bruno-roustant opened a new pull request, #1048:
URL: https://github.com/apache/solr/pull/1048

   - Introduce the optional split.setPreferredLeaders prop on 
CollectionAdminRequest#SplitShard.
   - Make SplitShardCommand support it and set the preferredLeader property on 
other replicas of each created sub-shard. Distributing the preferred leaders 
evenly.
   -  Introduce combined operations in CollectionsHandler, so that a 
CollectionOperation (e.g. SPLITSHARD_OP) can look at the request and (e.g. if 
split.setPreferredLeaders is set) create a sequence of operations to execute 
(e.g. split, wait for completion, rebalance leaders).


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to