Skip to content

Conversation

ti-chi-bot
Copy link
Member

This is an automated cherry-pick of #2619

What problem does this PR solve?

Support probe TiFlash status.

When you have two TiFlash and suspend one during the job, the suspended TiFlash can still be chosen and the request to it will wait for a timeout for grpc. It wastes resources and affected the whole job's speed.

What is changed and how it works?

When we choose the TiFlash. we call the isalive to probe the status of TiFlash. If it is not ready, drop the task.

Alternatives

In this pr, a background thread poll will refresh the cache of TiFlash store status every time a region task has been generated. Then drop the task whose store is unavailable.
The cons are if there are many tasks, the thread poll will be distributed too much probe tasks.

Another way is to use a corn job to refresh the cache:

  1. Define a Storeclient/HTTP that need not the region. (RegionStoreClien need region which we can not provide)
  2. Then use pdclient to query all the stores and choose the TiFlash stores.
  3. Use Storeclient/HTTP to call is probe method to detect the tiflash status.

@ti-chi-bot
Copy link
Member Author

ti-chi-bot commented Feb 27, 2023

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • xuanyu66
  • zhangyangyu

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@shiyuhang0
Copy link
Member

/run-all-tests

xuanyu66
xuanyu66 previously approved these changes Feb 28, 2023
zhangyangyu
zhangyangyu previously approved these changes Feb 28, 2023
Daemonxiao
Daemonxiao previously approved these changes Mar 1, 2023
@shiyuhang0
Copy link
Member

/run-all-tests

@shiyuhang0 shiyuhang0 dismissed stale reviews from Daemonxiao, zhangyangyu, and xuanyu66 via 8016a0e March 2, 2023 05:44
@shiyuhang0
Copy link
Member

/run-all-tests

@shiyuhang0
Copy link
Member

/merge

@ti-chi-bot
Copy link
Member Author

This pull request has been accepted and is ready to merge.

Commit hash: 8016a0e

@ti-chi-bot ti-chi-bot merged commit c083fc5 into pingcap:release-3.0 Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants