Skip to content
Closed
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
21 changes: 21 additions & 0 deletions source/release-notes/2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,27 @@ Minor Releases
- 2.6 mongod crashes with segfault when added to a 2.8 replica set
with 12 or more members :issue:`SERVER-16107`

- Cannot set/list/clear index filters on the secondary
:issue:`SERVER-16291`

- :query:`$regex`, :query:`$in` and :query:`$sort` with index returns too
many results :issue:`SERVER-15696`

- Evaluating candidate query plans with concurrent writes on same
collection may crash mongod :issue:`SERVER-15580`

- Distinct queries can scan many index keys without yielding read lock
:issue:`SERVER-15528`

- Special top chunk logic can move max chunk to a shard with incompatible
tag :issue:`SERVER-14506`

- Fail MoveChunk if an index is needed on TO shard and data exists
:issue:`SERVER-12472`

- Primary should abort if encountered problems writing to the oplog
:issue:`SERVER-12058`

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


Expand Down