dlogothetis opened a new pull request #102: Improve exception handling in RetryableJobProgressTrackerClient URL: https://github.com/apache/giraph/pull/102 Currently the RetryableJobProgressTrackerClient retries on every Exception. This should happen only on RuntimeTTException or RejectedExecutionException. Otherwise, we may be retrying on to many exception. For instance, application-specific exceptions should not trigger a retry
---------------------------------------------------------------- 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
