-
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
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 <fuweid89@gmail.com>
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