rmuir commented on pull request #2495: URL: https://github.com/apache/lucene-solr/pull/2495#issuecomment-840298693
one advantage of landing this PR first with respect to #2494, is that it forces the bulk merge algorithm to actually get exercised MUCH more often in tests. Before this change, it would never happen much in the test suite before unless huge numbers of documents were used (generally always > 1% "dirty"). so it greatly increases unit test coverage of the bulk strategy (regardless of whether the index is sorted or not). previously only a rare few tests would hit the threshold. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
