dsmiley commented on a change in pull request #1414: SOLR-14385 added shard name thru MDC and collection name to split histogram logs URL: https://github.com/apache/lucene-solr/pull/1414#discussion_r405073268
########## File path: solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java ########## @@ -26,6 +26,7 @@ import java.util.Map; import java.util.TreeMap; +import org.apache.log4j.MDC; Review comment: This is the wrong MDC; see MDCLoggingContext which imports `org.slf4j.MDC` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
