anshumg commented on a change in pull request #554:
URL: https://github.com/apache/solr/pull/554#discussion_r789957037
##########
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:
You can skip this check here, as this is parameterized and doing any
string ops
--
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]