uschindler commented on PR #15908: URL: https://github.com/apache/lucene/pull/15908#issuecomment-4168952805
Hi thanks for the correction, I noticed that problem, too. About your question: You can't make a good benchamrk because that depends on load used, number of Threads and also JVM version. It is highly dependent on the used software. A major problem is Solr, which has some additional issues because it uses wrong IOContext to read "state" or "metadata files" during replication. It should use READ_ONCE there, which makes the problem get even larger. -- 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]
