salvatorecampagna commented on issue #14515: URL: https://github.com/apache/lucene/issues/14515#issuecomment-3457804936
Hi @vigyasharma, I've implemented this in PR #15378. I added `MergePolicy.MergeObserver` with methods for checking merge status, waiting synchronously or asynchronously, and accessing individual merges. The implementation is thread-safe, handles edge cases, and is fully backward compatible. I included also tests that have been verified across thousands of iterations. Happy to address any feedback. -- 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]
