Description
To move a replica from a node to another node, there should be an API command. This should be better than having to do ADDREPLICA and DELETEREPLICA.
The API will like this
/admin/collections?action=MOVEREPLICA&collection=collection&shard=shard&replica=replica&node=nodeName&toNode=nodeName
Attachments
Attachments
Issue Links
- is cloned by
-
SOLR-5032 Implement tool and/or API for moving a replica to a specific node
- Resolved