-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
statistics: process DML changes in the new PQ #56383
statistics: process DML changes in the new PQ #56383
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #56383 +/- ##
================================================
+ Coverage 73.3867% 75.6691% +2.2823%
================================================
Files 1620 1646 +26
Lines 447041 466897 +19856
================================================
+ Hits 328069 353297 +25228
+ Misses 98877 92254 -6623
- Partials 20095 21346 +1251
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/retest |
2725a29
to
c2d9ffe
Compare
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.
🔢 Self-check (PR reviewed by myself and ready for feedback.)
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.
🔢 Self-check (PR reviewed by myself and ready for feedback.)
/retest |
b824053
to
075cc93
Compare
/retest |
ed58e1e
to
d9a0403
Compare
82d5e74
to
b8ec638
Compare
/retest |
/retest |
bfbcbd4
to
721efd4
Compare
fix: do not maintain time window in the queue refactor: make lint happy docs: add FIXME refactor: rename to rebuildWithoutLock fix docs: add more comments fix fix fix fix fix fix fix fix feat: add jobHooks fix fix fix fix fix fix fix fix fix fix fix fix fix
721efd4
to
27e5fbf
Compare
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.
🔢 Self-check (PR reviewed by myself and ready for feedback.)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qw4990, time-and-fate The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
/retest |
1 similar comment
/retest |
What problem does this PR solve?
Issue Number: ref #55906
Problem Summary:
What changed and how does it work?
This PR split from #55889.
This pull request addresses the processing of DML changes from the stats cache. It is a continuation of the work started in PR #55889.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.