Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Edunov committed Mar 15, 2017
1 parent 9c2d135 commit 3dbd158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ private void instantiateBspService()
}
serviceMaster = new BspServiceMaster<I, V, E>(context, this);
masterThread = new MasterThread<I, V, E>(serviceMaster, context);
masterThread.setUncaughtExceptionHandler(
createUncaughtExceptionHandler());
masterThread.start();
}
if (graphFunctions.isWorker()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ private void cleanUpZooKeeper() {
}

getCleanedUpChildrenChangedEvent().waitForTimeoutOrFail(
GiraphConstants.WAIT_ZOOKEEPER_TIMEOUT_MSEC.get(
GiraphConstants.WAIT_FOR_OTHER_WORKERS_TIMEOUT_MSEC.get(
getConfiguration()));
getCleanedUpChildrenChangedEvent().reset();
}
Expand Down

0 comments on commit 3dbd158

Please sign in to comment.