mikemccand commented on PR #15978: URL: https://github.com/apache/lucene/pull/15978#issuecomment-4315000098
Whoa, thank you for the quick PR @iprithv! I'll have a look soon. This would make segment traces more consumable, and then we can also more accurately measure effective HNSW concurrency for each merge. The reason I'm chasing this is I was worried about a possible concurrency bug where a merge would incorrectly remain single-threaded for its duration if when the merge started there were other merges temporarily consuming all HNSW worker threads. Not sure there really is a bug ... speculating by attempting to simulate code in my head ;) -- 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]
