NazerkeBS commented on code in PR #1027:
URL: https://github.com/apache/solr/pull/1027#discussion_r975718875


##########
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java:
##########
@@ -102,6 +111,19 @@ public void call(ClusterState state, ZkNodeProps message, 
NamedList<Object> resu
     split(state, message, results);
   }
 
+  /**
+   * Shard splits start here and make additional requests to the host of the 
parent shard.
+   *
+   * <p>The sequence of requests is as follows: 1. Verify that there is enough 
disk space to create

Review Comment:
   yes, after running `./gradlew tidy`



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

Reply via email to