javanna commented on PR #13542:
URL: https://github.com/apache/lucene/pull/13542#issuecomment-2326200273

   I have lowered the number of partitions we may end up creating in tests per 
segment to `5`, as we could end up with thousands of those. That improves GC 
issues with `TestBoolean2`, but one remains, and it has been observed before 
even without intra-segment concurrency support, see #11754 . I tried different 
things to lower the amount of slices generated, but I was not able to eliminate 
the problem entirely, and that makes sense given the problem existed before and 
I believe it is a factor of the number of collectors performing the search (one 
per slice, hence factor of the number of slices). This PR will end up 
increasing the chance that `TestBoolean2#testRandom` fails when extreme slicing 
is tested.


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to