-
Notifications
You must be signed in to change notification settings - Fork 595
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
Aggressive retry on meta election failure #12228
Comments
Ping, any updates? |
I also encountered this problem. Any solutions? |
Does this problem recur now? |
I think it still exists. risingwave/src/meta/node/src/server.rs Lines 258 to 265 in ca8d8ed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The meta aggressively retries on another election attempt when the previous one failed. Retry interval is ~50ms.
Error message/log
To Reproduce
Install a RisingWave with helm.
You can find the logs by
Expected behavior
There should be backoff to ensure the CPU won't be exhausted.
How did you deploy RisingWave?
Helm + Kubernetes
The version of RisingWave
The image is
v1.2.0
.Additional context
No response
The text was updated successfully, but these errors were encountered: