-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
[ISSUE #8463] Some statistical items should also be deleted to prevent memory leakage when a topic or group is deleted #8464
Conversation
…mory leakage when a topic or group is deleted
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8464 +/- ##
=============================================
- Coverage 45.91% 45.87% -0.04%
- Complexity 11101 11114 +13
=============================================
Files 1274 1274
Lines 89002 89005 +3
Branches 11441 11443 +2
=============================================
- Hits 40863 40832 -31
- Misses 43031 43063 +32
- Partials 5108 5110 +2 ☔ 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
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
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
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
LGTM~ |
Which Issue(s) This PR Fixes
Fixes #8463
Brief Description
Some statistical items should also be deleted to prevent memory leakage when a topic or group is deleted
How Did You Test This Change?