LSM does not support opening by checkpoint, so we should catch it and uassert instead of fassert-ing when trying to open the cursor.
WiredTiger error (22) [1568032410:577837][28545:0x7f8f41f82700], WT_SESSION.open_cursor: __wt_clsm_open, 1728: LSM does not support opening by checkpoint: Invalid argument Raw: [1568032410:577837][28545:0x7f8f41f82700], WT_SESSION.open_cursor: __wt_clsm_open, 1728: LSM does not support opening by checkpoint: Invalid argument
Failed to open a WiredTiger cursor. Reason: BadValue: 22: Invalid argument, uri: table:index-503--7934162541148907759, config: overwrite=false,checkpoint=WiredTigerCheckpoint,
- depends on
-
SERVER-43134 Only run background validation on check-pointed tables
- Closed