You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/19 09:12:17 UTC

[GitHub] [lucene] jpountz opened a new pull request, #905: LUCENE-10574: Keep allowing unbalanced merges if they would reclaim lots of deletes.

jpountz opened a new pull request, #905:
URL: https://github.com/apache/lucene/pull/905

   `TestTieredMergePolicy` caught this special case: if a segment has lots of
   deletes, we should still allow unbalanced merges.


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] jpountz merged pull request #905: LUCENE-10574: Keep allowing unbalanced merges if they would reclaim lots of deletes.

Posted by GitBox <gi...@apache.org>.
jpountz merged PR #905:
URL: https://github.com/apache/lucene/pull/905


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] jpountz commented on pull request #905: LUCENE-10574: Keep allowing unbalanced merges if they would reclaim lots of deletes.

Posted by GitBox <gi...@apache.org>.
jpountz commented on PR #905:
URL: https://github.com/apache/lucene/pull/905#issuecomment-1131447327

   @mikemccand I think you called out this case on the PR review and we assumed it'd be ok because sizes are pro-rated by the ratio of live docs, but it looks like we need more. (It's good that `BaseMergePolicyTestCase` detects such issues.)


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org