dweiss commented on PR #15437:
URL: https://github.com/apache/lucene/pull/15437#issuecomment-3554594863

   This won't work. The problem isn't the number of threads but that they add 
documents, uncoordinated. Even a single thread could - in theory - add so many 
documents and create so many intermediate segments that it'll overflow the 
limit. The test itself is designed to work this way - to allow indexing threads 
run uncontrollably until the index writer is closed... I don't think there is 
any reasonable way to throttle the speed with which those background threads 
index new documents without negating the very reason this test exists.


-- 
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