-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
ALL
-
-
Repl 2017-02-13
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
with pv1, I first did
db.foo.insert( { x: 1 }, { writeConcern: { w: "majority", wtimeout: 2000 } } )
and was successful.
Then I reconfig'ed to pv0 and rs.status to see what that returned.
I reconfig'ed back to pv1 and I can no longer do
db.foo.insert( { x: 1 }, { writeConcern: { w: "majority", wtimeout: 2000 } } )
*note* I didn't change writeConcernMajorityJournalDefault during any of my shenanigans.