-
Notifications
You must be signed in to change notification settings - Fork 719
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
server: existing statistics will not be deleted when putting store && check when store status changing (#3200) #3206
server: existing statistics will not be deleted when putting store && check when store status changing (#3200) #3206
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@HunDunDM you're already a collaborator in bot's repo. |
@HunDunDM, please resolve the conflict. |
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
/run-all-tests |
/run-integration-common-test |
/merge |
@HunDunDM: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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 tidb-community-bots/ti-community-prow repository. |
Can merge label has been added. Git tree hash: 5f16bf4
|
@ti-srebot: Your PR has out-of-dated and I have automatically updated it for you. /run-all-tests 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 tidb-community-bots/ti-community-prow repository. |
/rebuid |
/run-all-tests |
/run-integration-compatibility-test |
/run-test |
/rebuild |
cherry-pick #3200 to release-4.0
Signed-off-by: Zheng Xiangsheng hundundm@gmail.com
What problem does this PR solve?
Tombstone
store toUp
orOffline
, if thecluster-version
has been upgraded at this time, the operation should fail.PutStore
. This operation currently deletes existing statistics and store-limit.What is changed and how it works?
Tombstone
back toUp
.Check List
Tests
Related changes
Release note
Tombstone
back toUp
.