You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by GitBox <gi...@apache.org> on 2019/05/08 19:30:46 UTC

[GitHub] [giraph] atanu1991 commented on a change in pull request #101: Make number of retries in RetryableJobProgressTrackerClient configurable

atanu1991 commented on a change in pull request #101: Make number of retries in RetryableJobProgressTrackerClient configurable
URL: https://github.com/apache/giraph/pull/101#discussion_r282214456
 
 

 ##########
 File path: giraph-core/src/main/java/org/apache/giraph/graph/RetryableJobProgressTrackerClient.java
 ##########
 @@ -57,6 +68,10 @@
   private ThriftClientManager clientManager;
   /** Job progress tracker */
   private JobProgressTracker jobProgressTracker;
+  /** Cached value for number of retries */
+  private int numRetries = 1;
+  /** Cached value for wait time between retries */
+  private int retryWaitMsec;
 
 Review comment:
   Do we need to initialize this to 1000?

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


With regards,
Apache Git Services