-
Notifications
You must be signed in to change notification settings - Fork 3
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
ReplicaCall/RouterCallImpl: do not retry on every error #66
Labels
Comments
nurzhan-saktaganov
added
enhancement
New feature or request
invalid
This doesn't seem right
performance
labels
Sep 13, 2024
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 17, 2024
* retry tarantool request only on some vshard errors * do not support anymore StorageCallAssertError, BucketStatError (we don't use it, clients also shouldn't) * do not export anymore storageCallVShardError (clients should not handle it manually)
Merged
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 17, 2024
* retry tarantool request only on some vshard errors * do not support anymore StorageCallAssertError, BucketStatError (we don't use it, clients also shouldn't) * do not export anymore storageCallVShardError (clients should not handle it manually)
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 17, 2024
* retry tarantool request only on some vshard errors * do not support anymore StorageCallAssertError, BucketStatError (we don't use it, clients also shouldn't) * do not export anymore storageCallVShardError (clients should not handle it manually)
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 18, 2024
* retry tarantool request only on some vshard errors * do not support anymore StorageCallAssertError, BucketStatError (we don't use it, clients also shouldn't)
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 20, 2024
* retry tarantool request only on some vshard errors * do not export anymore storageCallAssertError, bucketStatError
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 20, 2024
* retry tarantool request only on some vshard errors * do not export anymore storageCallAssertError, bucketStatError
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 20, 2024
* retry tarantool request only on some vshard errors * do not export anymore storageCallAssertError, bucketStatError
nurzhan-saktaganov
added a commit
that referenced
this issue
Sep 21, 2024
* retry tarantool request only on some vshard errors * do not export anymore storageCallAssertError, bucketStatError
KaymeKaydex
pushed a commit
that referenced
this issue
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ReplicaCall and RouterCallImpl always retry regardless of the error type.
I guess, retrying on StorageCallAssertError or some other error is not effective,
because it is highly likely to get the same result in the second and so on retries.
So, I propose retrying only in the case of StorageCallVShardError.
The text was updated successfully, but these errors were encountered: