From 37760691a5b72ae7dec1ea9f9cd90703f556f36b Mon Sep 17 00:00:00 2001 From: kay Date: Mon, 18 May 2015 15:47:11 -0400 Subject: [PATCH] DOCS-5453: 2.6.10 releease notes --- source/includes/options-mongos.yaml | 2 +- source/release-notes/2.6-changelog.txt | 82 ++++++++++++++++++++++++++ source/release-notes/2.6.txt | 19 ++++++ 3 files changed, 102 insertions(+), 1 deletion(-) diff --git a/source/includes/options-mongos.yaml b/source/includes/options-mongos.yaml index 389e1788635..74cd6a85844 100644 --- a/source/includes/options-mongos.yaml +++ b/source/includes/options-mongos.yaml @@ -291,7 +291,7 @@ name: noAutoSplit args: null directive: option description: | - Disable :program:`mongos` from automatically splitting chunks for + Disables :program:`mongos` from automatically splitting chunks for :term:`sharded collections `. If set on all :program:`mongos` instances, this prevents MongoDB from creating new chunks as the data in a collection grows. diff --git a/source/release-notes/2.6-changelog.txt b/source/release-notes/2.6-changelog.txt index dcaadf35cf2..76094e9da31 100644 --- a/source/release-notes/2.6-changelog.txt +++ b/source/release-notes/2.6-changelog.txt @@ -4,6 +4,88 @@ .. default-domain:: mongodb +.. _2.6.10-changelog: + +2.6.10 -- Changes +----------------- + +Security +~~~~~~~~ + +- :issue:`SERVER-18312` Upgrade PCRE to latest +- :issue:`SERVER-17812` LockPinger has audit-related GLE failure +- :issue:`SERVER-17647` Compute BinData length in v8 +- :issue:`SERVER-17591` Add SSL flag to select supported protocols +- :issue:`SERVER-16849` On mongos we always invalidate the user cache once, even if no user definitions are changing +- :issue:`SERVER-11980` Improve user cache invalidation enforcement on mongos + +Querying +~~~~~~~~ + +- :issue:`SERVER-18364` Ensure non-negation predicates get chosen over negation predicates for multikey index bounds construction +- :issue:`SERVER-17815` Plan ranking tie breaker is computed incorrectly +- :issue:`SERVER-16256` $all clause with elemMatch uses wider bounds than needed + +Replication +~~~~~~~~~~~ + +- :issue:`SERVER-18211` MongoDB fails to correctly roll back collection creation +- :issue:`SERVER-17771` Reconfiguring a replica set to remove a node causes a segmentation fault on 2.6.8 +- :issue:`SERVER-13542` Expose electionId on primary in isMaster + +Sharding +~~~~~~~~ + +- :issue:`SERVER-17812` LockPinger has audit-related GLE failure +- :issue:`SERVER-17805` logOp / OperationObserver should always check shardversion +- :issue:`SERVER-17749` :dbcommand:`collMod` \ :collflag:`usePowerOf2Sizes` fails on :program:`mongos` +- :issue:`SERVER-11980` Improve user cache invalidation enforcement on :program:`mongos` + +Storage +~~~~~~~ + +- :issue:`SERVER-18211` MongoDB fails to correctly roll back collection creation +- :issue:`SERVER-17653` ERROR: socket XXX is higher than 1023; not supported on 2.6.* + +Indexing +~~~~~~~~ + +:issue:`SERVER-17018` Assertion failure false +``src/mongo/db/structure/btree/key.cpp`` Line 433 on remove operation + +Write Ops +~~~~~~~~~ + +- :issue:`SERVER-18111` :program:`mongod` allows user inserts into :data:`system.profile` collection +- :issue:`SERVER-13542` Expose ``electionId`` on primary in :dbcommand:`isMaster` + +Networking +~~~~~~~~~~ + +- :issue:`SERVER-18096` Shard primary incorrectly reuses closed sockets after relinquish and re-election +- :issue:`SERVER-17591` Add SSL flag to select supported protocols + +Build and Packaging +~~~~~~~~~~~~~~~~~~~ + +- :issue:`SERVER-18344` logs should be sent to updated logkeeper server +- :issue:`SERVER-18082` Change smoke.py buildlogger command line options to environment variables +- :issue:`SERVER-18312` Upgrade PCRE to latest +- :issue:`SERVER-17780` Init script sets process ulimit to different value compared to documentation +- :issue:`SERVER-16563` Debian repo component mismatch - mongodb/10gen + +Shell +~~~~~ + +:issue:`SERVER-17951` db.currentOp() fails with read preference set + +Testing +~~~~~~~ + +- :issue:`SERVER-18262` setup_multiversion_mongodb should retry links download on timeouts +- :issue:`SERVER-18229` ``smoke.py`` with PyMongo 3.0.1 fails to run certain tests +- :issue:`SERVER-18073` Fix ``smoke.py`` to work with PyMongo 3.0 + .. _2.6.9-changelog: 2.6.9 -- Changes diff --git a/source/release-notes/2.6.txt b/source/release-notes/2.6.txt index f1909d32fef..a73711aebc6 100644 --- a/source/release-notes/2.6.txt +++ b/source/release-notes/2.6.txt @@ -25,6 +25,25 @@ Minor Releases /release-notes/2.6-changelog +2.6.10 -- May 19, 2015 +~~~~~~~~~~~~~~~~~~~~~~ + +- Improve user cache invalidation enforcement on :program:`mongos` + :issue:`SERVER-11980` + +- Provide correct rollbacks for collection creation + :issue:`SERVER-18211` + +- Allow user inserts into the :data:`system.profile` collection + :issue:`SERVER-18211` + +- Fix to query system to ensure non-negation predicates get chosen + over negation predicates for multikey index bounds construction + :issue:`SERVER-18364` + +- `All issues closed in 2.6.10 + `_ + 2.6.9 -- March 24, 2015 ~~~~~~~~~~~~~~~~~~~~~~~