[jvm-packages] remove shutdown of handler shutdown (#4224)

This commit is contained in:
Christopher Suchanek 2019-03-06 19:32:43 -08:00 committed by Nan Zhu
parent 28bd6cde22
commit ac3d03089b

View File

@ -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) =>