-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: support 'SHOW CONFIG' syntax to show configs of PD and TiKV instances #16230
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16230 +/- ##
===========================================
Coverage 80.6839% 80.6839%
===========================================
Files 506 506
Lines 138025 138025
===========================================
Hits 111364 111364
Misses 18068 18068
Partials 8593 8593 |
LGTM |
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.
Could you add some integration tests?
One unit test is added. PTAL. |
/run-unit-test |
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
/run-all-tests |
@qw4990 merge failed. |
/run-unit-test |
1 similar comment
/run-unit-test |
cherry pick to release-4.0 in PR #16475 |
What problem does this PR solve?
Issue Number: close #16229
Problem Summary: support
SHOW CONFIG
syntax to show configs of PD and TiKV instancesWhat is changed and how it works?
When processing
SHOW CONFIG
, theShowExec
fetches all configs fromPD
and show them to the user.After this PR:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests