msokolov commented on code in PR #15885:
URL: https://github.com/apache/lucene/pull/15885#discussion_r3017036006


##########
lucene/core/src/java/org/apache/lucene/index/IndexWriter.java:
##########
@@ -2844,7 +2844,7 @@ private synchronized void publishFlushedSegment(
       ensureOpen(false);
 
       if (infoStream.isEnabled("IW")) {
-        infoStream.message("IW", "publishFlushedSegment " + newSegment);
+        infoStream.message("IW", "publishFlushedSegment " + 
newSegment.toStringVerbose());

Review Comment:
   do we currently emit a log message when a new segment is created by merging 
or addIndexes? 



-- 
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]

Reply via email to