0
votes

MMS

All node have run with the same config.

When I send high write load to my replica set I found one of my secondary node have high Replication Lag.

In Mongodb client(nodejs mongodb v2.0.42) I connect to replica set with readPreference=secondaryPreferred

It should have the same behaviour in both secondary.

1

1 Answers

0
votes

I find out that one of my server doesn't have same Read Ahead as others.

So I follow this instruction

Problem solve!