10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

BUMP 0.6.10 #234

Closed ShaneHarvey closed 7 years ago

ShaneHarvey commented 7 years ago

This release fixes a number of issues with MongoDB 3.5 including:

  1. Automatically enable compression with MongoDB >= 3.4.
  2. Reduce maximum waiting time from 2.5 hours to 3 minutes when starting servers.
  3. Do not run currentOp due to SERVER-30084.
  4. Don't start mongod with --nohttpinterface. MongoDB 3.5.7+ no longer recognizes this option, SERVER-29000.
ajdavis commented 7 years ago

LGTM!