Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Bk Bcs
Commits
85e7deda
Unverified
Commit
85e7deda
authored
6 years ago
by
bergzhao
Browse files
Options
Download
Email Patches
Plain Diff
fix: 此方式导致某些情况下executor出现panic的情况,需要去掉check方法; issue #23
parent
f62f4725
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bcs-mesos/bcs-container-executor/app/bcs_executor.go
+1
-1
bcs-mesos/bcs-container-executor/app/bcs_executor.go
with
1 addition
and
1 deletion
+1
-1
bcs-mesos/bcs-container-executor/app/bcs_executor.go
+
1
-
1
View file @
85e7deda
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help