Unverified Commit 85e7deda authored by bergzhao's avatar bergzhao
Browse files

fix: 此方式导致某些情况下executor出现panic的情况,需要去掉check方法; issue #23

parent f62f4725
Showing with 1 addition and 1 deletion
+1 -1
......@@ -344,7 +344,7 @@ func (executor *BcsExecutor) LaunchTaskGroup(driver exec.ExecutorDriver, taskGro
driver.Stop()
}
}()
go executor.watchStartingTask()
//go executor.watchStartingTask()
logs.Infof("BcsExecutor init pod success.")
if setupErr := executor.netManager.SetUpPod(executor.podInst); setupErr != nil {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment