Skip to content
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

[controller ]Avoid client side store deletion timeout due to admin message is not consumed. #1511

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

haoxu07
Copy link
Contributor

@haoxu07 haoxu07 commented Feb 7, 2025

Summary, imperative, start upper case, don't end with a period

Store deletion is not fast operation for controller, but it could happen frequently in a short time range. Previously there is 30 seconds default wait for admin message of deletion to be consumed, client side easily get timeout when multiple store deletions happened at the same time for a same cluster. As store deletion is an asynchronous operation, we should not fail client side with time out exception.

How was this PR tested?

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

@haoxu07 haoxu07 marked this pull request as ready for review February 8, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant