-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: fix sync load fails after disabling lite init stats #54531
statistics: fix sync load fails after disabling lite init stats #54531
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #54531 +/- ##
================================================
+ Coverage 72.9214% 74.8414% +1.9199%
================================================
Files 1581 1582 +1
Lines 442336 442784 +448
================================================
+ Hits 322558 331386 +8828
+ Misses 99970 91166 -8804
- Partials 19808 20232 +424
Flags with carried forward coverage won't be shown. Click here to find out more.
|
7a80598
to
6f18b1f
Compare
/retest |
1 similar comment
/retest |
9923a4e
to
35a2237
Compare
dec0852
to
3fd13fd
Compare
4925b62
to
3fd13fd
Compare
84b0d15
to
9617a46
Compare
/retest |
714295c
to
ee73a33
Compare
/retest |
1 similar comment
/retest |
/retest |
/test all |
b02f6c6
to
8b6e837
Compare
/retest |
1 similar comment
/retest |
/test all |
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
/retest |
Signed-off-by: Weizhen Wang <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AilinKid, D3Hunter, winoros 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 |
/unhold |
/retest |
2 similar comments
/retest |
/retest |
What problem does this PR solve?
Issue Number: close #54532
Problem Summary:
What changed and how does it work?
after #53399, we don't load the common column's stats into the cache. so it also cannot init the infoschema in the stats structure. so it will lead the problem, which cannot sync load
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.