-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.9, 4.0.4
-
Component/s: Replication, Storage
-
None
-
ALL
-
-
Repl 2019-01-14
-
(copied to CRM)
By default, the In-Memory storage engine runs into read concern majority cache problems. If read concern majority is not explicitly disabled at startup, all dirty data remains pinned in cache because In-Memory never commits the data as the normal WiredTiger engine does.
Default settings:
--enableMajorityReadConcern false:
- related to
-
SERVER-38685 Startup warning if In-Memory SE is used and writeConcernMajorityJournalDefault is true
- Closed