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_r385617598
##########
File path: client/src/main/java/org/apache/nemo/client/ClientEndpoint.java
##########
@@ -90,7 +90,12 @@ private boolean waitUntilConnected(final long timeout,
try {
if (driverEndpoint.get() == null) {
// If the driver endpoint is not connected, wait.
- return driverConnected.await(timeout, unit);
+ if (timeout < 1) {
Review comment:
Alright, the max value of long `9,223,372,036,854,775,807` seems pretty much
large enough to cover the timeout.
----------------------------------------------------------------
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