-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Storage, WiredTiger
-
None
-
Fully Compatible
-
ALL
-
v4.0
-
Storage NYC 2018-06-18
The code handling clean shutdown with a version downgrade currently disables log archiving in WiredTiger - that causes WiredTiger to leave log files present in multiple different formats, which will lead to issues in terms of checking version compatibility when starting up databases with earlier versions of MongoDB.
The particular code in question is in WiredTigerKVEngine::cleanShutdown
The archive=false setting has been passed since the code was added. There was a conversation in the code review process, which indicates that was done to enable manual checking during development.
I think it's better to allow WiredTiger to remove the previous version log files when downgrading, so the downgrade can leave a database in a fully downgraded state.
- is related to
-
SERVER-34630 Change WiredTiger compatibility version setting in 3.6 release
- Closed
-
SERVER-29211 Change to explicitly journal a subset of content in WiredTiger
- Closed