Skip to content

Commit d093012

Browse files
author
Kay Kim
committed
DOCS-12391: include SERVER-39180 for 4.0.6 upcoming
1 parent 4f857e6 commit d093012

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

source/includes/changelogs/releases/4.0.6.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Sharding
2222
- :issue:`SERVER-38641` clone_catalog_data.js should call awaitLastOpCommitted on CSRS before calling _cloneCatalogData directly against shard
2323
- :issue:`SERVER-38751` _migrateClone and _transferMods incorrectly labeled as idempotent in MigrationDestinationManager
2424
- :issue:`SERVER-39030` Wrong info logged by splitVector
25+
- :issue:`SERVER-39180` Wrong initial chunk owner shard can be selected when sharding non-empty collection with pre-created zones
26+
- :issue:`SERVER-39234` Sharding an empty collection in mixed-shard version configurations may leave all chunks on the primary shard
2527

2628
Replication
2729
~~~~~~~~~~~
@@ -40,6 +42,7 @@ Replication
4042
- :issue:`SERVER-38740` Remove wait for drop to have pending X lock in abort_transaction_thread_does_not_block_on_locks.js
4143
- :issue:`SERVER-38998` Create serverStatus metrics for readConcern and writeConcern
4244
- :issue:`SERVER-39142` ServerWriteConcernMetrics must lock _mutex before modifying members
45+
- :issue:`SERVER-39267` Guard opWriteConcernCounters behind flag
4346

4447
Query
4548
~~~~~
@@ -118,6 +121,7 @@ Internals
118121
- :issue:`SERVER-38616` LDAPArrayIterator behaves incorrectly when initialized with an empty array
119122
- :issue:`SERVER-38639` Install psutil module in "run tests" in etc/evergreen.yml [v4.0]
120123
- :issue:`SERVER-38710` Support dependencies when generating evergreen tasks
124+
- :issue:`SERVER-38748` Background indexes created through applyOps should run on the command thread
121125
- :issue:`SERVER-38818` Better handle dependencies between generated tasks
122126
- :issue:`SERVER-38887` Mongo.getDBs() does not correctly inspect privileges
123127
- :issue:`SERVER-38946` Properly handle new excludes in generated tests

source/release-notes/4.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Issues fixed:
2929
- :issue:`SERVER-37778`: Platform Support: Add Community & Enterprise Ubuntu 18.04 (zSeries)
3030
- :issue:`SERVER-37777`: Platform Support: Add Community SLES12 (zSeries)
3131
- :issue:`SERVER-37775`: Platform Support: Add Community RHEL7 (zSeries)
32+
- :issue:`SERVER-39180`: Wrong initial chunk owner shard can be selected when sharding non-empty collection with pre-created zones
3233
- :issue:`SERVER-32146`: Log slow oplog entry application
3334
- :issue:`SERVER-38293`: Make listDatabases understand collection privileges
3435
- :issue:`SERVER-38887`: Mongo.getDBs() does not correctly inspect privileges

0 commit comments

Comments
 (0)