You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditionally wrap Thread.sleep(..) call in collectResults(..).
Keep Thread.sleep(..) to avoid the busy (hot) loop when the Future executions are not yet complete.
Add test coverage for ClusterCommandExecutor collectResults(..) method.
Cleanup compiler warnings in ClusterCommandExecutorUnitTests.
Reduce Thread.sleep(1L) to 1 millisecond.
Closesspring-projects#2518
0 commit comments