Hi,
Cluster A - 100 GB data
Cluster B - No data
Both clusters are 3 node replica set
I took 1 node out from cluster B meaning by removing from the replica set , modified the mongod.conf by giving Cluster A replica set name and added the node to cluster A replica set and initiated resync so the data as replicated to the node. Now the node as 100GB of data.
Now I’m removing this node from cluster A then modified the mongod.conf by giving cluster B replica set and modified the local database under system.replset collection by giving Cluster B replica set and members and then added the node back to replica set now this node data should be transferred to rest of the 2 nodes which is Primary and Secondary but here the issue is when I added the node back to cluster B again the node is trying to start resync from the Primary node but I no need this, I need the node which hold 100Gb of data need to transfer to rest of the 2 nodes, how to achieve this explain in detail I need to achieve this node data need to transfer to rest of the 2 nodes.
Thanks,
Tiru