-
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
[release-3.6] Fix the issue of etcdserver crashing on receiving REST watch stream requests #19522
Conversation
…eceiving watch request Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
…s/rpc Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted filessee 26 files with indirect coverage changes @@ Coverage Diff @@
## release-3.6 #19522 +/- ##
===============================================
- Coverage 68.92% 68.84% -0.08%
===============================================
Files 420 420
Lines 35788 35788
===============================================
- Hits 24667 24640 -27
- Misses 9696 9717 +21
- Partials 1425 1431 +6 Continue to review full report in Codecov by Sentry.
|
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
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 @ahrtr !!
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. Thanks, @ahrtr.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, fuweid, ivanvc, spzala 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 |
/retitle [release-3.6] Fix the issue of etcdserver crashing on receiving REST watch stream requests |
Include notes from: v3.4: - etcd-io#19529 v3.5: - etcd-io#19528 - etcd-io#19530 v3.6: - etcd-io#19495 - etcd-io#19527 - etcd-io#19531 - etcd-io#19522 Signed-off-by: Ivan Valdes <ivan@vald.es>
Include notes from: v3.4: - etcd-io#19529 - etcd-io#19533 v3.5: - etcd-io#19528 - etcd-io#19530 v3.6: - etcd-io#19495 - etcd-io#19527 - etcd-io#19531 - etcd-io#19522 Signed-off-by: Ivan Valdes <ivan@vald.es>
Include notes from: v3.4: - etcd-io#19529 - etcd-io#19533 v3.5: - etcd-io#19528 - etcd-io#19530 v3.6: - etcd-io#19495 - etcd-io#19527 - etcd-io#19531 - etcd-io#19522 Signed-off-by: Ivan Valdes <ivan@vald.es>
Backport #19521 to 3.6
cc @ivanvc @fuweid @serathius @spzala