Hi guys:
i am migrating aerospike cluster , the old cluster have six nodes, the new cluster have five nodes.
I want to synchronize the two clusters via XDR.
However i have 40 billion on old cluster. has been sync 4 days or so, only sync 10 billion on new cluster.
and lag is 0 via aerospike xdr log. it`s really weird.
would you help me check configure ?
1、asinfo -v "set-config:context=xdr;dc=new-dc;action=create"
2、asinfo -v 'set-config:context=xdr;dc=new-dc;node-address-port=10.112.5.25:3000;action=add'
3、asinfo -v 'set-config:context=xdr;dc=new-dc;node-address-port=10.112.5.25:3000;namespace=ssd_user;action=add;rewind=all'
the 10.112.5.25 is one of new cluster node.
I have previously migrated a cluster of 6 nodes through XDR. Each node has a one-to-one correspondence.
For example, node A of the old cluster corresponds to node A of the new cluster.
But this time the number of nodes in the two clusters is different, and I am not sure if I am doing this correctly. I hope you can give some help and suggestions.
Thanks in advance.