This repository was archived by the owner on Aug 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 66
77.. _2.6.7-changelog:
88
9-
1092.6.7 -- Changes
1110----------------
1211
@@ -18,26 +17,30 @@ Stability
1817Querying
1918~~~~~~~~
2019
21- - :issue:`SERVER-16408` max_time_ms.js should not run in parallel suite
20+ - :issue:`SERVER-16408` `` max_time_ms.js`` should not run in parallel suite.
2221
2322Replication/Pairing
2423~~~~~~~~~~~~~~~~~~~
2524
26- - :issue:`SERVER-16732` SyncSourceFeedback::replHandshake() may perform an illegal erase from a std::map in some circumstances
25+ - :issue:`SERVER-16732` ``SyncSourceFeedback::replHandshake()`` may
26+ perform an illegal erase from a ``std::map`` in some circumstances
2727
2828Sharding
2929~~~~~~~~
3030
31- - :issue:`SERVER-16683` Decrease mongos memory footprint when shards have several tags
32- - :issue:`SERVER-15766` prefix_shard_key.js depends on primary allocation to particular shards
33- - :issue:`SERVER-14306` mongos can cause the in-memory sort limit to be hit on shards by requesting more results than needed
31+ - :issue:`SERVER-16683` Decrease mongos memory footprint when shards
32+ have several tags
3433
35- Packaging
36- ~~~~~~~~~
34+ - :issue:`SERVER-15766` prefix_shard_key.js depends on primary
35+ allocation to particular shards
3736
38- - :issue:`SERVER-16081` init.d mongod startup script fails, with dirname message
37+ - :issue:`SERVER-14306` :program:`mongos` can cause shards to hit the
38+ in-memory sort limit by requesting more results than needed.
3939
40+ Packaging
41+ ~~~~~~~~~
4042
43+ - :issue:`SERVER-16081` ``/etc/init.d/mongod`` startup script fails, with dirname message
4144
4245.. _2.6.6-changelog:
4346
Original file line number Diff line number Diff line change @@ -27,22 +27,21 @@ Minor Releases
2727
28282.6.7 -- January 13, 2015
2929~~~~~~~~~~~~~~~~~~~~~~~~~~
30- - SyncSourceFeedback::replHandshake() may perform an illegal erase from a
31- std::map in some circumstances :issue:`SERVER-16732:
3230
33- - Decrease mongos memory footprint when shards have several tags
34- :issue:`SERVER-16683:
31+ - Decreased :program:` mongos` memory footprint when shards have several
32+ tags :issue:`SERVER-16683`
3533
36- - Don't check the shard version if the primary server is down
37- :issue:`SERVER-16237:
34+ - Removed check for shard version if the primary server is down
35+ :issue:`SERVER-16237`
3836
39- - init.d mongod startup script fails, with dirname message
40- :issue:`SERVER-16081:
37+ - Fixed: ``/etc/ init.d/ mongod`` startup script failure with dirname message
38+ :issue:`SERVER-16081`
4139
42- - mongos can cause the in-memory sort limit to be hit on shards by
43- requesting more results than needed :issue:`SERVER-14306:
40+ - Fixed: :program:` mongos` can cause shards to hit the in-memory sort limit
41+ by requesting more results than needed :issue:`SERVER-14306`
4442
45- - `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>`_
43+ - `All issues closed in 2.6.7
44+ <https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.7%22%20AND%20project%20%3D%20SERVER>`_
4645
47462.6.6 -- December 09, 2014
4847~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments