-
Notifications
You must be signed in to change notification settings - Fork 316
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
Only retry idempotent operations by default. Fixes #1444 #1445
Conversation
Note the PR is also renaming a test case, |
@jcferretti thx a lot for the PR, wonder if the |
You are welcome, thanks for the quick followup. Good call on putting autoRetry behind |
I used the chance to add a few more javadoc comments to other options, eg,
The semantics of count not matching requested filters bit me in the past: etcd-io/etcd#18267 |
a0261e8
to
07ba51f
Compare
Also use the chance to improve javadoc on some *Options objects Signed-off-by: Cristian Ferretti <jcferretti2020@gmail.com>
46a1ca3
to
4ba0cd1
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcferretti, lburgazzoli The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@lburgazzoli thank you very much for the quick turnaround. Any chance there will be a new minor release including this in the medium term? My team would like to pick it up for our system once available. Not immediately urgent for us, but since it impacts reliability, it would be nice to have some understanding/visibility for when. |
hope before of end of the week |
See description on #1444