-
Notifications
You must be signed in to change notification settings - Fork 412
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
UniPS: createS3Lock meets nullptr when FAP #9394
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
component/storage
impact/panic
severity/major
type/bug
The issue is confirmed as a bug.
Comments
CalvinNeo
changed the title
UniPS: createS3Lock meets nullptr
UniPS: createS3Lock meets nullptr when FAP
Sep 2, 2024
12 tasks
Only happens when FAP is enabled. Which is not enabled by default. Marks the severity as major. |
The reason is because UniPSService could init S3LocalLockManager with s3lock_client == null, because it could be inited after UniPSService in Server.cpp. |
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 20, 2024
close #9394 Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
component/storage
impact/panic
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
This panic is the direct reason that makes TiFlash restarts. After TiFlash has restarted, everything is OK, and this error never happen again.
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
based on v7.5.3 with FAP functions
The text was updated successfully, but these errors were encountered: