When using an incremental cursor and it is a log file, we get an error because we try to stat the file to get its size and don't take the log path into account in creating the pathname for stat. Here's the error we see:
[1581109205:542573][22134:0x7f48c6562740], WT_CURSOR.get_value: __posix_fs_size, 297: WT_BLOCK/WiredTigerLog.0000000043: file-size: stat: No such file or directory
- is depended on by
-
SERVER-45821 Re-enable disabled incremental backup cursor tests and add additional tests
- Closed