Dionysios Logothetis created GIRAPH-1219: --------------------------------------------
Summary: Improve exception handling in RetryableJobProgressTrackerClient Key: GIRAPH-1219 URL: https://issues.apache.org/jira/browse/GIRAPH-1219 Project: Giraph Issue Type: Improvement Reporter: Dionysios Logothetis 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 message was sent by Atlassian JIRA (v7.6.3#76005)