Skip to content

Commit

Permalink
Revert "Once driver register successfully, stop it to connect to mast…
Browse files Browse the repository at this point in the history
…er."

This reverts commit 5a514b6.
  • Loading branch information
davies committed Dec 17, 2015
1 parent 5a514b6 commit cd3d937
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ private[spark] class AppClient(
if (registered.get) {
registerMasterFutures.get.foreach(_.cancel(true))
registerMasterThreadPool.shutdownNow()
registrationRetryTimer.cancel(true)
} else if (nthRetry >= REGISTRATION_RETRIES) {
markDead("All masters are unresponsive! Giving up.")
} else {
Expand Down

0 comments on commit cd3d937

Please sign in to comment.