arjun4084346 commented on a change in pull request #2991:
URL: https://github.com/apache/incubator-gobblin/pull/2991#discussion_r459148432



##########
File path: 
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/HelixUtils.java
##########
@@ -122,8 +122,7 @@ public static void submitJobToQueue(
   static void waitJobInitialization(
       HelixManager helixManager,
       String workFlowName,
-      String jobName,
-      long timeoutMillis) throws Exception {

Review comment:
       It was being called only from two places,  with fix value in both the 
places , one is "300_000"  (which has a typo), other is Long.MAX_VALUE, which 
doesn't make sense. I think we should not try that much for a helix job to 
initialize. I have fixed it to 5 minutes.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to