-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
[3.4] mvcc: reduce count-only range overhead #15099
[3.4] mvcc: reduce count-only range overhead #15099
Conversation
(cherry picked from commit aa7b056) Signed-off-by: Wei Fu <[email protected]>
(cherry picked from commit 730f3f1) Signed-off-by: Wei Fu <[email protected]>
(cherry picked from commit 3594ab9) Signed-off-by: Wei Fu <[email protected]>
We don't backport features. |
@serathius Thanks for the comment. Before I file #15072 pr, I checked the contributor document about the backport policy.
Except that it introduces new feature And I'm also trying to backport #12933 and wondering how to handle this case. We are running etcd-3.4 (upgraded from 3.3) and it provides concurrent read transaction feature. Look forward to the release managers' comments. Thanks! |
In principle, we do not backport features. But we should always make judgement based on benefit and risk. The The simple improvement in |
It is kind of backport from etcd-io#14124. Signed-off-by: Wei Fu <[email protected]>
Thanks @ahrtr for the comment! Updated the |
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.
Will do. Thanks! |
ping @serathius @ptabor ~ is it acceptable? |
Backports
The #11771 's test case needs #11743 change. So I backport two prs in one pr.
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
Related to #15072