-
Notifications
You must be signed in to change notification settings - Fork 997
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
meta/redis: remove watch in doGetAttr and doGetFacl #5518
Conversation
Signed-off-by: jiefenghuang <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5518 +/- ##
==========================================
+ Coverage 54.50% 60.96% +6.46%
==========================================
Files 165 29 -136
Lines 47877 19679 -28198
==========================================
- Hits 26094 11998 -14096
+ Misses 18936 6106 -12830
+ Partials 2847 1575 -1272 ☔ View full report in Codecov by Sentry. |
The new logic removed the retry for some failures. So does for doRead and doGetParents, while the sql engine has the retry logic. |
61fed9e
to
9056870
Compare
This is unrelated to the modification. Additionally, the Redis client will retry for common failures. |
Signed-off-by: jiefenghuang <[email protected]>
41d7f0f
to
b61702a
Compare
Signed-off-by: jiefenghuang <[email protected]>
No description provided.