-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.6.3
-
Component/s: Admin
-
Environment:Live
-
Linux
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
We have 3 server replica setup - 2 data servers + 1 arbiter (Primary and Secondary).
1. Mongo is going down on a primary - server1.
2. Now, the secondary is a primary - server2.
3. Insert some value (Data available in the primary server - server2).
4. Now, the primary is down - server2.
5. First, we up the server1. (Now Server1 is primary)
6. Second , we up the server2. (Server2 is secondary)
The insert data not available in servers, because replication done in primary to secondary. suppose we up the server2 first (primary) the data available.
How to fix this issue.