dsmiley commented on code in PR #1027:
URL: https://github.com/apache/solr/pull/1027#discussion_r977004080
##########
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java:
##########
@@ -81,11 +81,7 @@
import org.slf4j.LoggerFactory;
/**
- * Index split request processed by Overseer. Requests from here go to the
host of the parent shard,
- * and are processed by SplitOp.
- *
- * <p>There is a shard split doc (dev-docs/shard-split/shard-split.adoc) on
how shard split works;
- * illustrated with diagrams.
+ * Index split requests from here go to the host of the parent shard, and are
processed by SplitOp.
Review Comment:
```suggestion
* SolrCloud logic for splitting a shard. It's complicated! See {@code
split()} below.
```
--
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]