-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
https://github.com/wiredtiger/wiredtiger/blob/master/src/os_win/os_rw.c#L49
chunk is a DWORD which is 32 bits, but it is being printed using WT_SIZET_FMT which is "Iu" which expects 64 bits.
- depends on
-
WT-2330 in-memory configurations should not create on-disk collection files
- Closed
- is depended on by
-
SERVER-23517 WiredTiger changes for MongoDB 3.3.5
- Closed
-
SERVER-23682 WiredTiger changes for MongoDB 3.2.6
- Closed
- related to
-
SERVER-23328 mongodb read error: failed to read 8589938688 bytes at offset 3739193344: WT_ERROR: non-specific WiredTiger error
- Closed
- links to