-
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 auto analyze for global index #47754
statistics: fix auto analyze for global index #47754
Conversation
Hi @L-maple. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @L-maple. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #47754 +/- ##
================================================
+ Coverage 71.4161% 72.7877% +1.3715%
================================================
Files 1402 1425 +23
Lines 406373 412792 +6419
================================================
+ Hits 290216 300462 +10246
+ Misses 96261 93406 -2855
+ Partials 19896 18924 -972
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@hawkingrei PTAL |
/test all |
@L-maple Please run |
32fec15
to
c30805a
Compare
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hawkingrei 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:
|
/hold for a while for some discussion |
@L-maple, I think the changes in this pull will make the global index's statistics collecting a separate process from the merging global stats? |
c30805a
to
dd3b48d
Compare
@winoros Thanks, I revise the PR again for merging global stats compatibility. |
dd3b48d
to
67b89bc
Compare
@winoros Hi, do you have any other advice?This PR can be reiviewed again. |
It needs some time to discuss the behavior. How could I reach you via some IM? |
Thanks for your feedback,my wechat ID is:lcj960929(刘常杰)
Maybe I should add some comments for global index statistics in the code.
…---- Replied Message ----
| From | Yiding ***@***.***> |
| Date | 11/13/2023 22:47 |
| To | ***@***.***> |
| Cc | Changjie ***@***.***>***@***.***> |
| Subject | Re: [pingcap/tidb] statistics: fix auto analyze for global index (PR #47754) |
@winoros Hi, do you have any other advice?This PR can be reiviewed again.
It needs some time to discuss the behavior. How could I reach you via some IM?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@L-maple: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: close #47539
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.