-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.4.6
-
Component/s: Performance
-
None
-
Environment:Linux version 2.6.32-431.el6.x86_64 (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) )
-
ALL
-
I have next mongo configuration:
1. 2 data nodes in replica set
2. 1 arbiter for the replica set
3. Java based client
Both data nodes are configured next way:
replication:
oplogSizeMB: 1024
replSetName: arb
storage:
dbPath: /mnt/raid10/mongo
journal:
enabled: true
commitIntervalMs: 500
directoryPerDB: true
syncPeriodSecs: 60
engine: wiredTiger
wiredTiger:
engineConfig:
directoryForIndexes: true