NazerkeBS commented on code in PR #1027:
URL: https://github.com/apache/solr/pull/1027#discussion_r978739951
##########
solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:
##########
@@ -189,6 +205,7 @@ public void execute(CoreAdminHandler.CallInfo it) throws
Exception {
parentCore.getUpdateHandler().split(cmd);
if (it.handler.coreContainer.isZooKeeperAware()) {
+ log.trace("SplitOp: Create cloud descriptors for sub-shards of core:
{}", cname);
Review Comment:
i think logging the steps what is happening is not redundant with the
corresponding core name.
--
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]