Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support stalls for resumable write #686

Closed
Tulsishah opened this issue Oct 11, 2024 · 0 comments · Fixed by #684
Closed

Support stalls for resumable write #686

Tulsishah opened this issue Oct 11, 2024 · 0 comments · Fixed by #684
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@Tulsishah
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like to inject a retriable stall for writes. This will be beneficial to test intermittent stall scenario.

Currently, we have support for stall-always, which stalls the request every time and not useful to test the intermittent stall for resumble writes.

Describe the solution you'd like
Support injection of retriable stall using x-retry-test-id header. Also, useful if we can provide the controllable stall delay.

Describe alternatives you've considered
NA

Additional context
NA

@Tulsishah Tulsishah added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant