wonook commented on a change in pull request #187: [NEMO-324] Distinguish 
Beam's run and waitUntilFinish methods
URL: https://github.com/apache/incubator-nemo/pull/187#discussion_r326231784
 
 

 ##########
 File path: client/src/main/java/org/apache/nemo/client/DriverEndpoint.java
 ##########
 @@ -83,6 +83,6 @@ public DriverEndpoint(final PlanStateManager 
planStateManager,
    * @return the final state of this plan.
    */
   PlanState.State waitUntilFinish() {
-    return planStateManager.waitUntilFinish();
+    return waitUntilFinish(0, TimeUnit.MILLISECONDS);
 
 Review comment:
   Ditto.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to