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 read config items from TiFlash #1933

Closed
leiysky opened this issue May 20, 2021 · 0 comments · Fixed by #3212
Closed

Support read config items from TiFlash #1933

leiysky opened this issue May 20, 2021 · 0 comments · Fixed by #3212
Labels
type/new-feature Issue or PR for new feature

Comments

@leiysky
Copy link
Contributor

leiysky commented May 20, 2021

Related to pingcap/tidb#24770

So far, as we know, there are two interfaces in TiDB will read config items from each nodes:

  • SHOW CONFIGS;
  • INFORMATION_SCHEMA.CLUSTER_CONFIG

Both of them are powered by a same API. In PD, TiKV and TiDB, this API is presented as a HTTP API. https://github.com/pingcap/tidb/blob/542da5d60bb6d7e63e694e908d11f8bde3bce920/executor/memtable_reader.go#L189-L197

TiFlash should provide a HTTP API to do this work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/new-feature Issue or PR for new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant