-
Notifications
You must be signed in to change notification settings - Fork 742
cluster: return NodeState in the response of StoreHeartbeat. #8991
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
Conversation
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Skipping CI for Draft Pull Request. |
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
/retest |
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
/cc @bufferflies @rleungx |
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.
LGTM. But we also need to update go mod before merge PR
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
/hold cancel |
/type cherry-pick-for-release-7.5 |
/label needs-cherry-pick-release-7.5 |
/unlabel type/cherry-pick-for-release-7.5 |
/untype cherry-pick-for-release-7.5 |
/remove cherry-pick-for-release-7.5 |
close tikv#9001, ref tikv/tikv#18042, ref tikv/tikv#18107 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created to branch |
/remove label cherry-pick-for-release-7.5 |
…at. (tikv#8991) Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
close tikv#9001, ref tikv/tikv#18042, ref tikv/tikv#18107 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created to branch |
…at. (#8991) (#9353) close #9001, ref tikv/tikv#18042, ref tikv/tikv#18107 In this PR, it returns the `NodeState` in `StoreHeartbeatResponse` to store nodes, to notify the corresponsive store to handle it if necessary. Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
…at. (tikv#8991) Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
…at. (#8991) (#9498) close #9001, ref tikv/tikv#18042, ref tikv/tikv#18107 In this PR, it returns the `NodeState` in `StoreHeartbeatResponse` to store nodes, to notify the corresponsive store to handle it if necessary. Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
In response to a cherrypick label: new pull request created to branch |
close tikv#9001, ref tikv/tikv#18042, ref tikv/tikv#18107 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What problem does this PR solve?
Issue Number: Close #9001, Ref tikv/tikv#18107, Ref tikv/tikv#18042
What is changed and how does it work?
This PR mainly contains the cooperative works on
mitigating the performance impacts when scaling
.In this PR, it returns the
NodeState
inStoreHeartbeatResponse
to store nodes,to notify the corresponsive store to handle it if necessary.
Check List
Tests
Code changes
Side effects
Related changes
pingcap/docs
/pingcap/docs-cn
:pingcap/tiup
:Release note