-
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
update changelog-3.4 to protection for rangePermCache with a RW lock #14231
Conversation
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.
lgtm but needs to wait for #14230
CHANGELOG/CHANGELOG-3.4.md
Outdated
@@ -14,7 +14,8 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.18...v3.4.19) an | |||
- Fix [lease leak issue due to tokenProvider isn't enabled when restoring auth store from a snapshot](https://github.com/etcd-io/etcd/pull/13206). | |||
- Fix [the race condition between goroutine and channel on the same leases to be revoked](https://github.com/etcd-io/etcd/pull/14150). | |||
- Fix [lessor may continue to schedule checkpoint after stepping down leader role](https://github.com/etcd-io/etcd/pull/14150). | |||
|
|||
- Fix [Protect rangePermCache with a RW lock correctly](https://github.com/etcd-io/etcd/pull/14230) |
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.
Thanks @mitake .
3.4.19 has already been released, this PR will be included in 3.4.20.
Please feel free to create a new section for 3.4.20, or let me take care of all items once 3.4.20 is released.
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.
Got it, let me update this PR.
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.
@ahrtr Updated, could you check?
fdee21c
to
f8e65cd
Compare
Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
f8e65cd
to
97222a5
Compare
Codecov Report
@@ Coverage Diff @@
## main #14231 +/- ##
==========================================
- Coverage 75.58% 75.08% -0.51%
==========================================
Files 456 456
Lines 36919 36919
==========================================
- Hits 27904 27719 -185
- Misses 7299 7450 +151
- Partials 1716 1750 +34
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
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.
LGTM
Thank you @mitake
Signed-off-by: Hitoshi Mitake h.mitake@gmail.com