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

SHOW CONFIG execution burst warning #24252

Closed
liaohongxing opened this issue Apr 24, 2021 · 10 comments · Fixed by #24770 or #28838
Closed

SHOW CONFIG execution burst warning #24252

liaohongxing opened this issue Apr 24, 2021 · 10 comments · Fixed by #24770 or #28838
Assignees
Labels
severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug.

Comments

@liaohongxing
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

mysql> SHOW CONFIG;
2505 rows in set, 3 warnings (0.21 sec)
mysql> SHOW WARNINGS;
+---------+------+----------------------------------------------+
| Level   | Code | Message                                      |
+---------+------+----------------------------------------------+
| Warning | 1105 | unknown node type: tiflash(192.168.0.4:3930) |
| Warning | 1105 | unknown node type: tiflash(192.168.0.5:3930) |
| Warning | 1105 | unknown node type: tiflash(192.168.0.3:3930) |
+---------+------+----------------------------------------------+
3 rows in set (0.03 sec)

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

no warnings

3. What did you see instead (Required)

3 warnings

4. What is your TiDB version? (Required)

mysql> select tidb_version();
Release Version: v5.0.0
Edition: Community
Git Commit Hash: bdac0885cd11bdf571aad9353bfc24e13554b91c
Git Branch: heads/refs/tags/v5.0.0
UTC Build Time: 2021-04-06 16:36:29
GoVersion: go1.13
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false 
@liaohongxing liaohongxing added the type/bug The issue is confirmed as a bug. label Apr 24, 2021
@ichn-hu
Copy link
Contributor

ichn-hu commented May 10, 2021

/assign @ichn-hu

@ichn-hu
Copy link
Contributor

ichn-hu commented May 15, 2021

@liaohongxing I can't reproduce it with tiup playground would you like to provide more details on how to reproduce?

@liaohongxing
Copy link
Author

@ichn-hu This is my production cluster and I haven't used tiup playground

@liaohongxing
Copy link
Author

@ichn-hu
Cluster topology

node1
  TIDB
  TIKV
  TIFLASH 192.168.0.4:3930

 node2
  TIDB
  TIKV
  TIFLASH 192.168.0.3:3930 

node3
  TIDB
  TIKV
  TIFLASH 192.168.0.5:3930

@ichn-hu
Copy link
Contributor

ichn-hu commented May 15, 2021

@liaohongxing is your tiflash nodes still functioning?

@liaohongxing
Copy link
Author

@ichn-hu tiflash is normal

捕获

@liaohongxing
Copy link
Author

@ichn-hu
Step1

mysql> SHOW CONFIG;
...
2505 rows in set, 3 warnings (0.21 sec)

Step2

mysql> show warnings;
+---------+------+----------------------------------------------+
| Level   | Code | Message                                      |
+---------+------+----------------------------------------------+
| Warning | 1105 | unknown node type: tiflash(192.168.0.4:3930) |
| Warning | 1105 | unknown node type: tiflash(192.168.0.5:3930) |
| Warning | 1105 | unknown node type: tiflash(192.168.0.3:3930) |
+---------+------+----------------------------------------------+
3 rows in set (0.00 sec)

捕获

@ichn-hu
Copy link
Contributor

ichn-hu commented May 15, 2021

@ichn-hu tiflash is normal

捕获

seems this is from tiup, would you like to share your cluster.yml file?

@ti-srebot
Copy link
Contributor

Please edit this comment or add a new comment to complete the following information

Not a bug

  1. Remove the 'type/bug' label
  2. Add notes to indicate why it is not a bug

Duplicate bug

  1. Add the 'type/duplicate' label
  2. Add the link to the original bug

Bug

Note: Make Sure that 'component', and 'severity' labels are added
Example for how to fill out the template: #20100

1. Root Cause Analysis (RCA) (optional)

2. Symptom (optional)

3. All Trigger Conditions (optional)

4. Workaround (optional)

5. Affected versions

6. Fixed versions

@solotzg
Copy link
Contributor

solotzg commented Oct 15, 2021

@ichn-hu TiDB should access status-address of tiflash to get config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug.
Projects
None yet
5 participants