raftstore: Implement coprocessor observer pre_exec_admin(query)#12868
raftstore: Implement coprocessor observer pre_exec_admin(query)#12868ti-chi-bot merged 19 commits intotikv:masterfrom
Conversation
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/run-all-tests |
|
Generally LGTM |
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
|
/run-all-tests |
|
@breezewish: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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. |
|
/test |
|
/merge |
|
@breezewish: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 491f1e7 |
…#12868) ref tikv#12849 Support new observers pre_exec_admin(query). Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo calvinneo1995@gmail.com
What is changed and how it works?
Issue Number: ref #12849
What's Changed:
Note that when one of pre_exec_admin(query) observers returns true, raftstore will skip exec this cmd, but still reckon as applied.
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note