Skip to content
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
35 changes: 35 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,41 @@

.. default-domain:: mongodb

.. _2.6.7-changelog:


2.6.7 -- Changes
----------------

Stability
~~~~~~~~~

- :issue:`SERVER-16237` Don't check the shard version if the primary server is down

Querying
~~~~~~~~

- :issue:`SERVER-16408` max_time_ms.js should not run in parallel suite

Replication/Pairing
~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-16732` SyncSourceFeedback::replHandshake() may perform an illegal erase from a std::map in some circumstances

Sharding
~~~~~~~~

- :issue:`SERVER-16683` Decrease mongos memory footprint when shards have several tags
- :issue:`SERVER-15766` prefix_shard_key.js depends on primary allocation to particular shards
- :issue:`SERVER-14306` mongos can cause the in-memory sort limit to be hit on shards by requesting more results than needed

Packaging
~~~~~~~~~

- :issue:`SERVER-16081` init.d mongod startup script fails, with dirname message



.. _2.6.6-changelog:

2.6.6 -- 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.7 -- January 13, 2015
~~~~~~~~~~~~~~~~~~~~~~~~~~
- SyncSourceFeedback::replHandshake() may perform an illegal erase from a
std::map in some circumstances :issue:`SERVER-16732:

- Decrease mongos memory footprint when shards have several tags
:issue:`SERVER-16683:

- Don't check the shard version if the primary server is down
:issue:`SERVER-16237:

- init.d mongod startup script fails, with dirname message
:issue:`SERVER-16081:

- mongos can cause the in-memory sort limit to be hit on shards by
requesting more results than needed :issue:`SERVER-14306:

- `All issues closed in 2.6.7 <https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.7%22%20AND%20project%20%3D%20SERVER>`_

2.6.6 -- December 09, 2014
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down