Skip to content

Commit

Permalink
SOLR-17360: Fix test broken by SOLR-17067
Browse files Browse the repository at this point in the history
  • Loading branch information
hossman committed Jul 9, 2024
1 parent 27ef6d5 commit e9511d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private void doSplitStaticIndexReplication(SolrIndexSplitter.SplitMethod splitMe
collectionName,
(long) 30,
TimeUnit.SECONDS,
SolrCloudTestCase.activeClusterShape(2, 4));
SolrCloudTestCase.activeClusterShape(2, 3));

if (state == RequestStatusState.COMPLETED) {
CountDownLatch newReplicaLatch = new CountDownLatch(1);
Expand Down Expand Up @@ -440,7 +440,7 @@ private void doSplitMixedReplicaTypes(SolrIndexSplitter.SplitMethod splitMethod)

ZkStateReader.from(cloudClient)
.waitForState(
collectionName, 30, TimeUnit.SECONDS, SolrCloudTestCase.activeClusterShape(2, 12));
collectionName, 30, TimeUnit.SECONDS, SolrCloudTestCase.activeClusterShape(2, 8));

ZkStateReader.from(cloudClient).forceUpdateCollection(collectionName);
ClusterState clusterState = cloudClient.getClusterState();
Expand Down

0 comments on commit e9511d5

Please sign in to comment.