File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Sharding
22
22
- :issue: `SERVER-38641 ` clone_catalog_data.js should call awaitLastOpCommitted on CSRS before calling _cloneCatalogData directly against shard
23
23
- :issue: `SERVER-38751 ` _migrateClone and _transferMods incorrectly labeled as idempotent in MigrationDestinationManager
24
24
- :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
25
27
26
28
Replication
27
29
~~~~~~~~~~~
@@ -40,6 +42,7 @@ Replication
40
42
- :issue: `SERVER-38740 ` Remove wait for drop to have pending X lock in abort_transaction_thread_does_not_block_on_locks.js
41
43
- :issue: `SERVER-38998 ` Create serverStatus metrics for readConcern and writeConcern
42
44
- :issue: `SERVER-39142 ` ServerWriteConcernMetrics must lock _mutex before modifying members
45
+ - :issue: `SERVER-39267 ` Guard opWriteConcernCounters behind flag
43
46
44
47
Query
45
48
~~~~~
@@ -118,6 +121,7 @@ Internals
118
121
- :issue: `SERVER-38616 ` LDAPArrayIterator behaves incorrectly when initialized with an empty array
119
122
- :issue: `SERVER-38639 ` Install psutil module in "run tests" in etc/evergreen.yml [v4.0]
120
123
- :issue: `SERVER-38710 ` Support dependencies when generating evergreen tasks
124
+ - :issue: `SERVER-38748 ` Background indexes created through applyOps should run on the command thread
121
125
- :issue: `SERVER-38818 ` Better handle dependencies between generated tasks
122
126
- :issue: `SERVER-38887 ` Mongo.getDBs() does not correctly inspect privileges
123
127
- :issue: `SERVER-38946 ` Properly handle new excludes in generated tests
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Issues fixed:
29
29
- :issue:`SERVER-37778`: Platform Support: Add Community & Enterprise Ubuntu 18.04 (zSeries)
30
30
- :issue:`SERVER-37777`: Platform Support: Add Community SLES12 (zSeries)
31
31
- :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
32
33
- :issue:`SERVER-32146`: Log slow oplog entry application
33
34
- :issue:`SERVER-38293`: Make listDatabases understand collection privileges
34
35
- :issue:`SERVER-38887`: Mongo.getDBs() does not correctly inspect privileges
You can’t perform that action at this time.
0 commit comments