-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
CHANGELOG: add 'server/embed: fix data race when starting both secure & insecure gRPC servers on the same address' into 3.4/3.5 #15546
Conversation
CHANGELOG/CHANGELOG-3.4.md
Outdated
@@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ | |||
|
|||
## v3.4.25 (TBD) | |||
|
|||
### etcd server | |||
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15518) |
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.
Minor comment to make it clearer.
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15518) | |
- Fix [server/embed: fix data race when starting both secure & insecure gRPC servers on the same address](https://github.com/etcd-io/etcd/pull/15518) |
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! Updated
CHANGELOG/CHANGELOG-3.5.md
Outdated
@@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ | |||
|
|||
## v3.5.8 (TBD) | |||
|
|||
### etcd server | |||
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15517) |
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.
ditto
Add item [server/embed: fix data race when starting both secure & insecure gRPC servers on the same address] to 3.4/3.5 changelog. REF: etcd-io#15509 Signed-off-by: Wei Fu <fuweid89@gmail.com>
ad90d2d
to
0daf06f
Compare
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 @fuweid
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 👍🏻
Add item server/embed: fix data race when starting both secure & insecure gRPC servers on the same address to 3.4/3.5 changelog.
REF: #15509
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.