msokolov commented on issue #607: Concurrently flush next buffer during commit in RandomIndexWriter URL: https://github.com/apache/lucene-solr/pull/607#issuecomment-472549891 Yes, I guess before I was primarily focused on getting maximum throughput, but for testing purposes this seems to exercise the main point of concern, which I guess would be the potential for some conflict between flushing threads and the main thread. I guess it's conceivable that some infrequent random locking issue would be more likely to arise with more threads contending, but it's kind of a theoretical issue, and with enough randomness and time, all things occur :)
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
