-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: WiredTiger
-
None
-
ALL
The WT integration implementation of fsyncLock opens a backup cursor. When not given a specific URI, WiredTiger will setup the backup cursor to walk every table, which results in opening every table. MongoDB doesn't use the backup cursor data. To avoid this side effect, a URI should be passed in to the open_cursor call.