-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.2.0-rc1
-
Component/s: Storage
-
None
-
Storage Execution
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The mutex used for syncing the WT journal is not necessarily fair and could lead to starvation. If confirmed, could be fixed by using two mutexes and alternating. (Even/odd number of syncs.)