-
Notifications
You must be signed in to change notification settings - Fork 444
Comments
feat(rest): add sigv4 retry configuration defaults#3063
Open
mrutunjay-kinagi wants to merge 6 commits intoapache:main from
Open
feat(rest): add sigv4 retry configuration defaults #3063mrutunjay-kinagi wants to merge 6 commits intoapache:main from
mrutunjay-kinagi wants to merge 6 commits intoapache:main from
Conversation
Fokko
Fokko
approved these changes
Feb 19, 2026
Contributor
@Fokko
Fokko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable, thanks @mrutunjay-kinagi for working on this 🙌
Contributor
Author
mrutunjay-kinagi
commented
Feb 19, 2026
Seems reasonable, thanks @mrutunjay-kinagi for working on this 🙌
@Fokko Thank you 🚀
Fokko
Fokko
reviewed
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
When REST catalog uses SigV4 signing, retries were not configured on the mounted adapter. This change adds explicit retry defaults for signed REST requests and makes retry count configurable.
Changes:
rest.sigv4.max-retriescatalog property.GET,HEAD,OPTIONS) and common throttling/transient codes (429,500,502,503,504).Are these changes tested?
Yes.
test_sigv4_adapter_default_retry_config.test_sigv4_adapter_override_retry_config.Are there any user-facing changes?
Yes.
rest.sigv4.max-retries.