venice
venice copied to clipboard
[controller ]Avoid client side store deletion timeout due to admin message is not consumed.
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.