shekhars-li opened a new pull request, #1650:
URL: https://github.com/apache/samza/pull/1650
What:
- Moved tunables related to blob store retry logic behind configuration.
- Tunables and their new configuration are:
- Max retries -> "blob.store.retry.policy.max.retries"
- Max retry duration -> "blob.store.retry.policy.max.retries.duration.ms"
- Backoff delay -> "blob.store.retry.policy.backoff.delay.mllis"
- Max backoff delay -> "blob.store.retry.policy.backoff.max.delay.mllis"
- Backoff delay factor -> "blob.store.retry.policy.backoff.delay.factor"
Why:
- These tunables were set to constant values and did not allow us to modify
them to tune jobs for better failure resilience.
Tests:
- Updated unit tests
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]