Skip to content

DOCS-5453: 2.6.10 releease notes #2298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/options-mongos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sharding>`. If set on all
:program:`mongos` instances, this prevents MongoDB from creating new
chunks as the data in a collection grows.
Expand Down
82 changes: 82 additions & 0 deletions source/release-notes/2.6-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions source/release-notes/2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.10%22%20AND%20project%20%3D%20SERVER>`_

2.6.9 -- March 24, 2015
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down