apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.97k stars 314 forks source link

feat(duplication): allow remote replica count to be specified for duplication #1993

Closed empiredan closed 4 months ago

empiredan commented 5 months ago

While duplicating from a cluster A only including one node where all tables have just one replica to another cluster B including at least 3 nodes where all tables have 3 replicas, the target table on B would be also created with one replica. Thus we should allow a duplication to be created with specified replica count.