-
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
etcdserver: watch stream got closed if one watch request is not permitted #11754
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11754 +/- ##
==========================================
- Coverage 66.55% 65.74% -0.82%
==========================================
Files 403 403
Lines 36859 36860 +1
==========================================
- Hits 24531 24233 -298
- Misses 10841 11112 +271
- Partials 1487 1515 +28
Continue to review full report at Codecov.
|
3fde9e7
to
73b936b
Compare
LGTM. Defer to @jingyih |
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
…4-upstream-release-3.4 Automated cherry pick of #11754 on release-3.4
…4-upstream-release-3.3 Automated cherry pick of #11754 on release-3.3
This pr fixes #11708
The issue is easy to fix, but hard to reproduce. It happens only when:
permission denied
response@jingyih @gyuho @xiang90