-
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
Conversation
f9f9e5c
to
4da8e77
Compare
…r knowing its dc-location (tikv#3134) Signed-off-by: longfangsong <longfangsong@icloud.com>
b68f487
to
021d688
Compare
Signed-off-by: longfangsong <longfangsong@icloud.com>
84e2e55
to
a677d30
Compare
Signed-off-by: longfangsong <longfangsong@icloud.com>
@Yisaer PTAL |
Signed-off-by: longfangsong <longfangsong@icloud.com>
86f1cac
to
61809b8
Compare
Signed-off-by: longfangsong <longfangsong@icloud.com>
Signed-off-by: longfangsong <longfangsong@icloud.com>
Signed-off-by: longfangsong <longfangsong@icloud.com>
There is still a comment which is not resolved |
Signed-off-by: longfangsong <longfangsong@icloud.com>
Is there possible to reduce the time more? |
Signed-off-by: longfangsong <longfangsong@icloud.com>
/LGTM |
@AndreMouche: adding LGTM is restricted to reviewers in list. In response to this:
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. |
/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: 9240830
|
@longfangsong: Your PR has out-of-dated and I have automatically updated it for you. /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. |
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #3228 |
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