-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
bugfix: the issue of possible infinite loop when cleaning up expired metadata info #15086
base: 3.3
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #15086 +/- ##
============================================
+ Coverage 60.73% 60.75% +0.01%
- Complexity 10864 10872 +8
============================================
Files 1882 1882
Lines 86009 86009
Branches 12886 12887 +1
============================================
+ Hits 52239 52254 +15
+ Misses 28322 28311 -11
+ Partials 5448 5444 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
What is the purpose of the change?
fix #15087
Checklist