In WT-3114 we modified the code so that log files are not archived after the recovery checkpoint so that we don't remove them quickly after an unclean shutdown. But in SERVER-28637, this has affected repeated clean restarts.
Fix the code so that it allows archiving after a clean shutdown restart.
- is depended on by
-
SERVER-28637 WiredTiger journal files accumulate with each server start/stop
- Closed