This is a spin off of SERVER-45642, because it is a significant change: it was reviewed there. This also may need to be backported differently.
To understand the problem,
MongoRunner.runMongod({foo: 0})
currently hands the server --foo, instead of --foo=0, due to this filtering here.
- is depended on by
-
SERVER-45642 A syncdelay value of 0 causes the WiredTigerCheckpointThread to run as often as possible
- Closed