epugh commented on code in PR #1869: URL: https://github.com/apache/solr/pull/1869#discussion_r1308048295
########## solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerCollectionMessageHandler.java: ########## @@ -113,7 +113,9 @@ public OverseerCollectionMessageHandler( @Override public OverseerSolrResponse processMessage(ZkNodeProps message, String operation) { - MDCLoggingContext.setCollection(message.getStr(COLLECTION)); + // sometimes overseer messages have the collection name in 'name' field, not 'collection' Review Comment: i ran into this with the CLI as well.... is it --name or --collection? -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org