madrob commented on a change in pull request #2265:
URL: https://github.com/apache/lucene-solr/pull/2265#discussion_r567947008



##########
File path: 
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java
##########
@@ -580,6 +597,10 @@ public boolean split(ClusterState clusterState, 
ZkNodeProps message, NamedList<O
       if (withTiming) {
         results.add(CommonParams.TIMING, timings.asNamedList());
       }
+
+      if (log.isDebugEnabled()) {
+        log.debug("Timings for split sub-ops: ", timings.toString());

Review comment:
       Needs a `{}` logging placeholder.




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to