Merge pull request #1536 from Shuffle/revert-1535-revert-1532-fix-worker-panic

Revert "Revert "Fix worker panic""
This commit is contained in:
Aditya
2024-10-29 17:40:32 +05:30
committed by GitHub
-3
View File
@@ -1301,9 +1301,6 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
log.Printf("[ERROR] Unable to create docker client (3): %s", err)
return
}
}
if isKubernetes == "true" {
defer dockercli.Close()
}