madrob commented on a change in pull request #554:
URL: https://github.com/apache/solr/pull/554#discussion_r790011451
##########
File path: solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java
##########
@@ -543,6 +543,9 @@ public void makePath(String path, byte[] data, CreateMode
createMode,
throw e;
}
} catch (NodeExistsException e) {
+ if (log.isDebugEnabled()) {
Review comment:
It's calling getPath which makes precommit upset, IIRC. I'm ok leaving
it in even if not.
--
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]