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

can't select CLUSTER_INFO table when TLS between server components is enabled #15120

Closed
LinuxGit opened this issue Mar 4, 2020 · 1 comment · Fixed by #15342
Closed

can't select CLUSTER_INFO table when TLS between server components is enabled #15120

LinuxGit opened this issue Mar 4, 2020 · 1 comment · Fixed by #15342
Labels
severity/moderate type/bug The issue is confirmed as a bug.

Comments

@LinuxGit
Copy link

LinuxGit commented Mar 4, 2020

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    enableTLSCluster, See https://github.com/pingcap/tidb-operator/blob/master/charts/tidb-cluster/values.yaml#L61.

  2. What did you expect to see?
    select INFORMATION_SCHEMA.CLUSTER_INFO table

  3. What did you see instead?

 [INFORMATION_SCHEMA]> select * from CLUSTER_INFO;
ERROR 1105 (HY000): Get http://db-pd:2379/pd/api/v1/config/cluster-version: EOF
  1. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
    v4.0.0-beta.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants