[ https://issues.apache.org/jira/browse/LUCENE-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403640#comment-17403640 ]
ASF subversion and git services commented on LUCENE-7020: --------------------------------------------------------- Commit 83ba5d859c377c6882947253ce0c6435153a1139 in lucene's branch refs/heads/main from Adrien Grand [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=83ba5d8 ] LUCENE-7020: Remove TieredMergePolicy#setMaxMergeAtOnceExplicit. (#230) TieredMergePolicy no longer bounds the number of segments that can be merged via a forced merge. > TieredMergePolicy - cascade maxMergeAtOnce setting to maxMergeAtOnceExplicit > ---------------------------------------------------------------------------- > > Key: LUCENE-7020 > URL: https://issues.apache.org/jira/browse/LUCENE-7020 > Project: Lucene - Core > Issue Type: Improvement > Affects Versions: 5.4.1 > Reporter: Shawn Heisey > Assignee: Shawn Heisey > Priority: Major > Attachments: LUCENE-7020.patch > > Time Spent: 50m > Remaining Estimate: 0h > > SOLR-8621 covers improvements in configuring a merge policy in Solr. > Discussions on that issue brought up the fact that if large values are > configured for maxMergeAtOnce and segmentsPerTier, but maxMergeAtOnceExplicit > is not changed, then doing a forceMerge is likely to not work as expected. > When I first configured maxMergeAtOnce and segmentsPerTier to 35 in Solr, I > saw an optimize (forceMerge) fully rewrite most of the index *twice* in order > to achieve a single segment, because there were approximately 80 segments in > the index before the optimize, and maxMergeAtOnceExplicit defaults to 30. On > advice given via the solr-user mailing list, I configured > maxMergeAtOnceExplicit to 105 and have not had that problem since. > I propose that setting maxMergeAtOnce should also set maxMergeAtOnceExplicit > to three times the new value -- unless the setMaxMergeAtOnceExplicit method > has been invoked, indicating that the user wishes to set that value > themselves. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org