mikemccand opened a new pull request, #14837: URL: https://github.com/apache/lucene/pull/14837
Some small fixes to IndexWriter's InfoStream logging, uncovered when working on the new segment tracing tool from luceneutil (example: https://githubsearch.mikemccandless.com/segments_15.html). I've been sitting on these changes in my main dev area and finally got around to making a PR before I lose track of them, phew! Details: * KNN merging was logging "start/done" multiple times and then I realized it was for a different field each time, so I added field name * Thread name was duplicated in a single line at end of full flush * Defensive change: don't invoke merge-on-commit logic if merge policy returns empty list of merges * I enhanced merge-on-commit logging to state how many merges it will do, and whether all merges completed in the timeout window or not * TMP now also logs its deletesPctAllowed and forceMerteDeletesPctAllowed, and more details when it kicks off merge selection -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org