Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove sleep when waiting for node closure
For each node in the cluster we were removing and then sleeping for 250ms. There is an API that we can wait on to be sure the node has closed or at least take action if the closure wasn't successful. For the usage, which is cleaning up all nodes, switching to a best effort mode that could wait the same 250ms or return faster. Signed-off-by: Peter Nied <[email protected]>
- Loading branch information