Description
MOVEREPLICA API in Solr creates NRT type replica in the target node always,
no matter what type the source replica is. This leads to an inconsistent cluster state.
MoveReplicaCmd
ZkNodeProps addReplicasProps = new ZkNodeProps(
COLLECTION_PROP, coll.getName(),
SHARD_ID_PROP, slice.getName(),
CoreAdminParams.NODE, targetNode,
CoreAdminParams.NAME, newCoreName);
Attachments
Attachments
Issue Links
- breaks
-
SOLR-13924 MoveReplica failures when using HDFS (NullPointerException)
- Open
- is duplicated by
-
SOLR-12967 MOVEREPLICA converting replica to NRT
- Resolved