-
Notifications
You must be signed in to change notification settings - Fork 146
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
perf: enable compaction during reconnects #17129
Conversation
Signed-off-by: Oleg Mazurov <[email protected]>
This reverts commit a4c881c. Signed-off-by: Oleg Mazurov <[email protected]>
Signed-off-by: Oleg Mazurov <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #17129 +/- ##
=============================================
+ Coverage 64.25% 64.26% +0.01%
- Complexity 20819 20882 +63
=============================================
Files 2547 2549 +2
Lines 95713 95985 +272
Branches 10014 10044 +30
=============================================
+ Hits 61498 61683 +185
- Misses 30606 30673 +67
- Partials 3609 3629 +20
|
Signed-off-by: Oleg Mazurov <[email protected]>
Description:
Enable compaction for the learner's data source copy.
Related issue(s):
Fixes #17065
Notes for reviewer:
Checklist