Skip to content

Commit 013bc0c

Browse files
kay-kimSam Kleinman
authored andcommitted
DOCS-5453: 2.6.10 releease notes
1 parent 5cd3838 commit 013bc0c

File tree

3 files changed

+98
-1
lines changed

3 files changed

+98
-1
lines changed

source/includes/options-mongos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ name: noAutoSplit
291291
args: null
292292
directive: option
293293
description: |
294-
Disable :program:`mongos` from automatically splitting chunks for
294+
Disables :program:`mongos` from automatically splitting chunks for
295295
:term:`sharded collections <sharding>`. If set on all
296296
:program:`mongos` instances, this prevents MongoDB from creating new
297297
chunks as the data in a collection grows.

source/release-notes/2.6-changelog.txt

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,88 @@
44

55
.. default-domain:: mongodb
66

7+
.. _2.6.10-changelog:
8+
9+
2.6.10 -- Changes
10+
-----------------
11+
12+
Security
13+
~~~~~~~~
14+
15+
- :issue:`SERVER-18312` Upgrade PCRE to latest
16+
- :issue:`SERVER-17812` LockPinger has audit-related GLE failure
17+
- :issue:`SERVER-17647` Compute BinData length in v8
18+
- :issue:`SERVER-17591` Add SSL flag to select supported protocols
19+
- :issue:`SERVER-16849` On mongos we always invalidate the user cache once, even if no user definitions are changing
20+
- :issue:`SERVER-11980` Improve user cache invalidation enforcement on mongos
21+
22+
Querying
23+
~~~~~~~~
24+
25+
- :issue:`SERVER-18364` Ensure non-negation predicates get chosen over negation predicates for multikey index bounds construction
26+
- :issue:`SERVER-17815` Plan ranking tie breaker is computed incorrectly
27+
- :issue:`SERVER-16256` $all clause with elemMatch uses wider bounds than needed
28+
29+
Replication
30+
~~~~~~~~~~~
31+
32+
- :issue:`SERVER-18211` MongoDB fails to correctly roll back collection creation
33+
- :issue:`SERVER-17771` Reconfiguring a replica set to remove a node causes a segmentation fault on 2.6.8
34+
- :issue:`SERVER-13542` Expose electionId on primary in isMaster
35+
36+
Sharding
37+
~~~~~~~~
38+
39+
- :issue:`SERVER-17812` LockPinger has audit-related GLE failure
40+
- :issue:`SERVER-17805` logOp / OperationObserver should always check shardversion
41+
- :issue:`SERVER-17749` :dbcommand:`collMod` \ :collflag:`usePowerOf2Sizes` fails on :program:`mongos`
42+
- :issue:`SERVER-11980` Improve user cache invalidation enforcement on :program:`mongos`
43+
44+
Storage
45+
~~~~~~~
46+
47+
- :issue:`SERVER-18211` MongoDB fails to correctly roll back collection creation
48+
- :issue:`SERVER-17653` ERROR: socket XXX is higher than 1023; not supported on 2.6.*
49+
50+
Indexing
51+
~~~~~~~~
52+
53+
:issue:`SERVER-17018` Assertion failure false
54+
``src/mongo/db/structure/btree/key.cpp`` Line 433 on remove operation
55+
56+
Write Ops
57+
~~~~~~~~~
58+
59+
- :issue:`SERVER-18111` :program:`mongod` allows user inserts into :data:`system.profile` collection
60+
- :issue:`SERVER-13542` Expose ``electionId`` on primary in :dbcommand:`isMaster`
61+
62+
Networking
63+
~~~~~~~~~~
64+
65+
- :issue:`SERVER-18096` Shard primary incorrectly reuses closed sockets after relinquish and re-election
66+
- :issue:`SERVER-17591` Add SSL flag to select supported protocols
67+
68+
Build and Packaging
69+
~~~~~~~~~~~~~~~~~~~
70+
71+
- :issue:`SERVER-18344` logs should be sent to updated logkeeper server
72+
- :issue:`SERVER-18082` Change smoke.py buildlogger command line options to environment variables
73+
- :issue:`SERVER-18312` Upgrade PCRE to latest
74+
- :issue:`SERVER-17780` Init script sets process ulimit to different value compared to documentation
75+
- :issue:`SERVER-16563` Debian repo component mismatch - mongodb/10gen
76+
77+
Shell
78+
~~~~~
79+
80+
:issue:`SERVER-17951` db.currentOp() fails with read preference set
81+
82+
Testing
83+
~~~~~~~
84+
85+
- :issue:`SERVER-18262` setup_multiversion_mongodb should retry links download on timeouts
86+
- :issue:`SERVER-18229` ``smoke.py`` with PyMongo 3.0.1 fails to run certain tests
87+
- :issue:`SERVER-18073` Fix ``smoke.py`` to work with PyMongo 3.0
88+
789
.. _2.6.9-changelog:
890

991
2.6.9 -- Changes

source/release-notes/2.6.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ Minor Releases
2525

2626
/release-notes/2.6-changelog
2727

28+
2.6.10 -- May 19, 2015
29+
~~~~~~~~~~~~~~~~~~~~~~
30+
31+
SERVER-18364 Ensure non-negation predicates get chosen over negation predicates for multikey index bounds construction
32+
SERVER-17815 Plan ranking tie breaker is computed incorrectly
33+
34+
- Improve user cache invalidation enforcement on :program:`mongos`
35+
:issue:`SERVER-11980`
36+
37+
- Provide correct rollbacks for collection creation
38+
:issue:`SERVER-18211`
39+
40+
- Allow user inserts into the :data:`system.profile` collection
41+
:issue:`SERVER-18211`
42+
2843
2.6.9 -- March 24, 2015
2944
~~~~~~~~~~~~~~~~~~~~~~~
3045

0 commit comments

Comments
 (0)