-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
pd config can't be auto resumed if lightning panic #31733
Labels
affects-6.0
component/lightning
This issue is related to Lightning of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
glorv
added
type/bug
The issue is confirmed as a bug.
severity/major
component/lightning
This issue is related to Lightning of TiDB.
labels
Jan 17, 2022
/cc @3pointer |
I have a draft PR to fix this issue. #31725. but cannot verify in tests. because we cannot make sure the ttl works through api.
|
cc @rleungx, should PD provide an api to tell us the specified config's ttl worked? |
Yes, we should. See tikv/pd#4596 |
it's not as same as scheduler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.0
component/lightning
This issue is related to Lightning of TiDB.
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)
kill -9
2. What did you expect to see? (Required)
The scheduler config should be restored to the origin value after 5min.
3. What did you see instead (Required)
The scheduler remained the changed value.
4. What is your TiDB version? (Required)
nightly
The text was updated successfully, but these errors were encountered: