benwtrent opened a new pull request, #14232: URL: https://github.com/apache/lucene/pull/14232
Ever since: https://github.com/apache/lucene/pull/14165 This test has been flaky. It fails as the number of clone calls during indexing exceeds 500. I tried only updating the merge scheduler to serial, but i would still get clone calls > 500. I tried only upping the limit to 600, but with concurrent merge scheduler, I would still see clone calls > 600. So, switching to serial merge scheduler and 600 as the new limit. I do not know if this is expected. closes: https://github.com/apache/lucene/issues/14220 -- 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