Skip to content

Commit

Permalink
[jvm-packages] remove shutdown of handler shutdown (dmlc#4224)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsuchy authored and CodingCat committed Mar 7, 2019
1 parent 28bd6cd commit ac3d030
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ private[scala] class RabitTrackerHandler(numWorkers: Int)

if (shutdownWorkers.size == numWorkers) {
promisedShutdownWorkers.success(shutdownWorkers.size)
context.stop(self)
}

case WorkerRecover(prevRank, worldSize, jobId) =>
Expand Down

0 comments on commit ac3d030

Please sign in to comment.