MongoDB 3.0.5-rc2 is released

MongoDB

#Releases

MongoDB 3.0.5-rc2 is out and is ready for testing. This is a release candidate containing only fixes since 3.0.4. The next stable release 3.0.5 will be a recommended upgrade for all 3.0 users.

Fixed in this release:

  • SERVER-17254 WT: drop collection while concurrent oplog tailing may greatly reduce throughput
  • SERVER-17689 Server crash during initial replication sync
  • SERVER-18875 Oplog performance on WT degrades over time after accumulation of deleted items
  • SERVER-18902 Retrieval of large documents slower on WiredTiger than MMAPv1
  • SERVER-18926 Full text search extremely slow and uses a lot of memory under WiredTiger
  • SERVER-19255 Listener::waitUntilListening may return before listening has started
  • SERVER-19489 Assertion failure and segfault in WorkingSet::free in 3.0.5-rc0
  • SERVER-19513 Truncating a capped collection may not unindex deleted documents in WiredTiger

3.0 Release Notes | Downloads | All Issues

As always, please let us know of any issues.

– The MongoDB Team