MongoDB's replica set uses redundant nodes to provide a high availability and resilience against network partitions of the primary node.
Questions tagged [mongodb-replica-set]
333 questions
-1
votes
1 answer
MongoDB : MongoClient Unable to connect to Secondary replica set when Primary is down
In my scenario i expect the MongoClient (Meteor app) to connect to MongoDB secondary replica set when Primary Mongo is down. I have a 5 Cluster set up where when 3 MongoDB's are down the remaining 2 will be up as secondary and during this time the…

Subbu V
- 1
-1
votes
1 answer
How is active-active database architecture different from replica set based traditional architecture?
I have read somewhere that active-active architecture facilitates concurrent write facility. Is it feasible? Basically I need to understand the core functionalities offered by this architecture which makes it a widely adopted paradigm.

Balajee Venkatesh
- 1,041
- 2
- 18
- 39
-2
votes
1 answer
How mongo db replicaset works in Azure
I have deployed the Mongo DB replica set using this template mongodb-replica-set-centos.
Mongo DB VM 1 (primary):
ps aux | grep mongo
root 10161 0.7 0.5 797140 40900 ? SLl 05:18 0:05 mongod --dbpath /var/lib/mongo/ --replSet repset…

Galet
- 5,853
- 21
- 82
- 148