mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Math is as hard as Concurrency
This commit is contained in:
parent
0e303840e8
commit
3268f57125
@ -141,7 +141,7 @@ public class ClusterServiceTests extends AbstractZenNodesTests {
|
||||
}
|
||||
});
|
||||
invoked1.await();
|
||||
final CountDownLatch invoked2 = new CountDownLatch(8);
|
||||
final CountDownLatch invoked2 = new CountDownLatch(9);
|
||||
for (int i = 2; i <= 10; i++) {
|
||||
clusterService.submitStateUpdateTask(Integer.toString(i), new ClusterStateUpdateTask() {
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user