cpoerschke commented on code in PR #3659:
URL: https://github.com/apache/solr/pull/3659#discussion_r2349062104


##########
solr/core/src/test/org/apache/solr/core/TestMergePolicyConfig.java:
##########
@@ -88,7 +88,7 @@ public void testLegacyMergePolicyConfig() throws Exception {
     TieredMergePolicy tieredMP = assertAndCast(TieredMergePolicy.class, 
iwc.getMergePolicy());
 
     assertEquals(10, tieredMP.getMaxMergeAtOnce());
-    assertEquals(10.0D, tieredMP.getSegmentsPerTier(), 0.0D);
+    assertEquals(8.0D, tieredMP.getSegmentsPerTier(), 0.0D);

Review Comment:
   https://github.com/apache/lucene/pull/14823 - wondering if this is worth 
mentioning in the upgrade notes so that anyone wishing to retain the existing 
value can go and configure it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to