Arshia Nozarnezhad
Arshia Nozarnezhad

Reputation: 1

Why doesn't Mongo Replica Node sync compeletly?

Mongo index size monitoring on my heavy collectionI had 3 node mongodb replicaSet cluster (V=6.0.5), One of nodes crashed, now I have a rs with 2 members, and i'm trying to join 3rd node. My data size is around 3TB on each node (2TB collection data,1TB indexes). 3rd node syncs until 2TB and become SECONDARY from STARTUP2, but the problem is since it does not have indexes, Requests that go to this node will slow down the whole system.

(i had three node mongo replicaset, one node crashed, i joined a new server as a replicaset (third node). in my two other servers when i get df -Th size of mongodb partition is 3TB TB, but new node size of mongodb partition is 2.4TB and state is Secondary when i get rs.status(). is it okay?)

I have a very stable network connection between nodes. I tried multiple times (cleared db directory,used rsync, ...).

Upvotes: 0

Views: 142

Answers (0)

Related Questions