NazerkeBS commented on code in PR #1027:
URL: https://github.com/apache/solr/pull/1027#discussion_r976525103
##########
solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:
##########
@@ -51,28 +52,41 @@
import org.apache.solr.search.SolrIndexSearcher;
import org.apache.solr.update.SolrIndexSplitter;
import org.apache.solr.update.SplitIndexCommand;
+import org.apache.solr.update.UpdateHandler;
import org.apache.solr.util.RTimer;
import org.apache.solr.util.RefCounted;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+/**
+ * CoreAdminOp implementation for shard splits. This request is enqueued when
{@link SplitShardCmd}
+ * is processed by the Overseer.
Review Comment:
I think it needs to be re-phrased. `This request is executed when
SplitShardCmd is processed.`
--
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]