-
Notifications
You must be signed in to change notification settings - Fork 468
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 cluster-enabled status in RocksDB #2020
base: unstable
Are you sure you want to change the base?
persist cluster-enabled status in RocksDB #2020
Conversation
@git-hulk Please help review :) |
@chrisxu333 Please, run |
244f927
to
74f245b
Compare
74f245b
to
f3b8266
Compare
f3151b9
to
034759b
Compare
034759b
to
f4d36b5
Compare
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Hi @git-hulk could you also help diagnose why the newly introduced testcase is failed? It was successful when I did locally. |
perhaps you can try to debug the test case yourself, and I will also take a look while I'm free. |
@@ -152,6 +152,11 @@ Status Server::Start() { | |||
} | |||
} | |||
|
|||
s = checkClusterMode(); |
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.
Seems this should be before the namespace_.LoadAndRewrite()
. To avoid some weird error.
To close #1410 .