Storages: fix adding delta vector index does not work with existing indexes (#9975)#9979
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@Lloyd-Pottiger This PR has conflicts, I have hold it. |
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
|
/unhold |
|
/approve |
|
@JaySon-Huang: It seems you want to approve this PR, I will help you trigger all the tests: /run-all-tests
DetailsInstructions 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 ti-community-infra/tichi repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
@ti-chi-bot: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests
If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. DetailsInstructions 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 ti-community-infra/tichi repository. |
…ndexes (pingcap#9975) (pingcap#9979) close pingcap#9971, close pingcap#9972 1. Fix the existing index infoes in ColumnFileTiny are missed after add new indexes. 2. Do not add task into `LocalIndexerScheduler` if the DMFile is empty. 3. Fix delta data do not build the new added local indexes. Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com> Co-authored-by: Lloyd-Pottiger <yan1579196623@gmail.com> Co-authored-by: JaySon <tshent@qq.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
This is an automated cherry-pick of #9975
What problem does this PR solve?
Issue Number: close #9971, close #9972
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note