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

TiDB fails to connect to TiProxy in local deployment #725

Open
djshow832 opened this issue Dec 17, 2024 · 0 comments
Open

TiDB fails to connect to TiProxy in local deployment #725

djshow832 opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@djshow832
Copy link
Collaborator

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. Start a TiDB cluster manually (without TiUP).
  2. Query information_schema.cluster_config.

2. What did you expect to see? (Required)

The output shows TiProxy.

3. What did you see instead (Required)

The output doesn't show TiProxy. Instead, it reports a warning:

mysql> show warnings;
+---------+------+--------------------------------------------------------------------------------------------------------+
| Level   | Code | Message                                                                                                |
+---------+------+--------------------------------------------------------------------------------------------------------+
| Warning | 1105 | Get "http://192.168.0.127:3080/api/admin/config?format=json": dial tcp 192.168.0.127:3080: i/o timeout |
+---------+------+--------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)

4. What is your version? (Required)

master

@djshow832 djshow832 assigned djshow832 and unassigned djshow832 Dec 17, 2024
@djshow832 djshow832 added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant