-
Notifications
You must be signed in to change notification settings - Fork 411
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
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
/assign @ywqzzy |
Update: the logging posted here is not related to the reason tiflash can't startup. |
VelocityLight
added
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-6.6
and removed
may-affects-6.5
labels
Feb 8, 2023
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
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
close pingcap#6734 Signed-off-by: ywqzzy <[email protected]>
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.
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
The text was updated successfully, but these errors were encountered: