-
Notifications
You must be signed in to change notification settings - Fork 719
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
Persist temporary setting to etcd (#3131) #3228
Persist temporary setting to etcd (#3131) #3228
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@longfangsong please accept the invitation then you can push to the cherry-pick pull requests. |
458c4d8
to
7404ff3
Compare
Signed-off-by: longfangsong <longfangsong@icloud.com>
7404ff3
to
6fd9a82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
@Yisaer: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the tidb-community-bots/ti-community-prow repository. |
Can merge label has been added. Git tree hash: fb6a96f
|
cherry-pick #3131 to release-4.0
Signed-off-by: longfangsong longfangsong@icloud.com
What problem does this PR solve?
Sometimes lightning and BR want to patch some of the configuation, #3082 support this, but this implemetion store all the temporary setting in memory, this will cause these settings not taking effect when pd master in cluster is down.
What is changed and how it works?
Save the temporary setting to etcd
See this doc for details.
Check List
Tests
Code changes
Side effects
Release note