Recoverable rollback doesn't work with the inMemory WT storage engine because critical timestamp information is maintained in the WiredTigerCheckPointThread that the inMemory engine does not run.
This task is to maintain that timestamp information for the inMemory engine, check that recoverable rollback testing works with the inMemory engine, and enable said testing.
- depends on
-
WT-4178 Fixes for wt_btree_immediately_durable needed for in-memory
- Closed
-
WT-4174 Do not access the lookaside file in rollback_to_stable when running with in_memory=true
- Closed
- has to be done before
-
SERVER-36101 Replication should not depend on the presence of lastStableCheckpointTimestamp in status reports to identify recoverable rollback capable nodes
- Closed
- is duplicated by
-
SERVER-36022 Turn on recoverable rollback testing with the inMemory WT storage engine
- Closed