ReplicateShard
data class ReplicateShard(val shardId: Int, val fromPeerId: Long, val toPeerId: Long) : ClusterOperation
Copy a shard to another peer, keeping the source: this is how a replica is added.
Copy a shard to another peer, keeping the source: this is how a replica is added.