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

Tiflash can't startup after enable tls and set preferIPv6 to True #6734

Closed
mayjiang0203 opened this issue Feb 6, 2023 · 2 comments · Fixed by #6736
Closed

Tiflash can't startup after enable tls and set preferIPv6 to True #6734

mayjiang0203 opened this issue Feb 6, 2023 · 2 comments · Fixed by #6736
Assignees
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. severity/major type/bug The issue is confirmed as a bug.

Comments

@mayjiang0203
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

config k8s cluster as following.
ipFamilyPolicy: PreferDualStack
ipFamilies:

IPv6
IPv4

Config tc as followings:
spec:
preferIPv6: true
tlsCluster:
enabled: true
version: master
...

deploy it in the k8s cluster.

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

tiflash works fine.

3. What did you see instead (Required)

tiflash can't startup.
➜ ~ kubectl -n user-py get pod
NAME READY STATUS RESTARTS AGE
basic-discovery-7c5945c84d-bmdb5 1/1 Running 0 136m
basic-monitor-0 4/4 Running 0 139m
basic-pd-0 1/1 Running 0 136m
basic-pd-1 1/1 Running 0 136m
basic-pd-2 1/1 Running 0 136m
basic-tidb-0 2/2 Running 0 135m
basic-tidb-1 2/2 Running 0 135m
basic-tiflash-0 3/4 CrashLoopBackOff 28 122m
basic-tiflash-1 3/4 CrashLoopBackOff 28 122m

4. What is your TiFlash version? (Required)

master

@mayjiang0203 mayjiang0203 added the type/bug The issue is confirmed as a bug. label Feb 6, 2023
@mayjiang0203
Copy link
Author

/assign @ywqzzy
/severity major

@mayjiang0203
Copy link
Author

mayjiang0203 commented Feb 6, 2023

tiflash logs `[2023/02/06 03:56:05.253 +00:00] [INFO] [mod.rs:126] ["encryption: none of key dictionary and file dictionary are found."] [2023/02/06 03:56:05.253 +00:00] [INFO] [mod.rs:509] ["encryption is disabled."] [2023/02/06 03:56:05.253 +00:00] [INFO] [run.rs:143] ["set raft-store proxy helper"] [2023/02/06 03:56:05.253 +00:00] [INFO] [run.rs:147] ["wait for engine-store server to start"] [2023/02/06 03:56:11.667 +00:00] [INFO] [run.rs:157] ["engine-store server is not running, make proxy exit"]`

Update: the logging posted here is not related to the reason tiflash can't startup.

@ywqzzy ywqzzy removed may-affects-6.3 may-affects-6.4 affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-6.6 labels Feb 8, 2023
ti-chi-bot pushed a commit that referenced this issue Feb 8, 2023
@jebter jebter added the affects-6.5 This bug affects the 6.5.x(LTS) versions. label Feb 9, 2023
ti-chi-bot added a commit that referenced this issue Feb 9, 2023
guo-shaoge pushed a commit to guo-shaoge/tiflash that referenced this issue Feb 10, 2023
ywqzzy added a commit to ywqzzy/tiflash_1 that referenced this issue Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants