Skip to content
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

support 'SHOW CONFIG' syntax to show configs of PD and TiKV instances #16229

Closed
qw4990 opened this issue Apr 9, 2020 · 0 comments · Fixed by #16230
Closed

support 'SHOW CONFIG' syntax to show configs of PD and TiKV instances #16229

qw4990 opened this issue Apr 9, 2020 · 0 comments · Fixed by #16230
Labels
feature/accepted This feature request is accepted by product managers type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@qw4990
Copy link
Contributor

qw4990 commented Apr 9, 2020

Feature Request

Describe the feature you'd like:

After implementing this proposal(#13660), TiKV and PD support to dynamic configs.
Now we can get PD and TiKV instances' configs from PD according to pd-ctl.
Using pd-ctl is not convenient for our user, so we need to support to show configs by SQL.

After discussing, we decide to support these syntaxes:

  1. show config [where ...]

For example:

  1. show config
  2. show config where type="tikv"

Our parser has already supported this syntax now.(pingcap/parser#768)

Teachability, Documentation, Adoption, Migration Strategy:

#13660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/accepted This feature request is accepted by product managers type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants