-
Notifications
You must be signed in to change notification settings - Fork 76
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
fix: xline watcher will loss event #678
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #678 +/- ##
==========================================
+ Coverage 74.36% 74.90% +0.53%
==========================================
Files 170 172 +2
Lines 24834 25375 +541
Branches 24834 25375 +541
==========================================
+ Hits 18467 19006 +539
+ Misses 5225 5175 -50
- Partials 1142 1194 +52 ☔ View full report in Codecov by Sentry. |
f2e3021
to
b9202df
Compare
b9202df
to
f769203
Compare
Closes: xline-kv#677 Signed-off-by: Phoeniix Zhao <[email protected]>
f769203
to
79a4c9e
Compare
have build the image on this PR and tested with #403 (single kubernetes cluster and single xline ),always success. (CI failed with too big log of xline debug for upload artifact) |
Closes: #677
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
Add a HashSet to track all notified revision.
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)