@@ -12,6 +12,7 @@ Sharding
12
12
- :issue: `SERVER-58747 ` The ShardServerCatalogCacheLoader doesn't interrupt ongoing operations on step up
13
13
- :issue: `SERVER-62656 ` Decouple mongos-to-config-server connection pool sizing from mongos-to-shard-server connection pool sizing
14
14
- :issue: `SERVER-63243 ` Range deleter must not clean up orphan ranges in a round-robin fashion
15
+ - :issue: `SERVER-67492 ` Failed chunk migrations can lead recipient shard to have divergent config.transactions records between primary and secondaries
15
16
16
17
Query
17
18
~~~~~
@@ -38,16 +39,19 @@ Internals
38
39
~~~~~~~~~
39
40
40
41
- :issue: `SERVER-52641 ` indexbg_restart_secondary.js should wait for all three index builds to start before restarting the secondary
42
+ - :issue: `SERVER-58176 ` Mongos does not validate readConcern on insert/update/delete commands
41
43
- :issue: `SERVER-59658 ` Improve logging to reflect that sharding metadata refresh waiting on replication
42
44
- :issue: `SERVER-60334 ` Avoid caching the cursor and session in WiredTigerSizeStorer
43
45
- :issue: `SERVER-60607 ` improve handling of large/NaN values for geo index version
46
+ - :issue: `SERVER-60958 ` Avoid server hang in chunk migration when step-down event occurs
44
47
- :issue: `SERVER-61321 ` Improve handling of large/NaN values for text index version
45
48
- :issue: `SERVER-64244 ` RunDBCheckInBackground should be resilient to interrupts
46
49
- :issue: `SERVER-64403 ` Find queries with SORT_MERGE collation-encode the missing sort attribute
47
50
- :issue: `SERVER-64659 ` Report in serverStatus number of file descriptors used during index builds
48
51
- :issue: `SERVER-64797 ` Use WT's new numerical timestamp API
49
52
- :issue: `SERVER-65262 ` Expand usage of WT numerical timestamp API
50
53
- :issue: `SERVER-65399 ` 'commitIndexBuild' oplog entry is a no-op for unfinished index builds not restarted
54
+ - :issue: `SERVER-66310 ` Make ExpressionSetUnion::isCommutative() collation aware
51
55
- :issue: `SERVER-66418 ` Bad projection created during dependency analysis due to string order assumption
52
56
- :issue: `SERVER-66461 ` Run notarization earlier in the build process
53
57
- :issue: `SERVER-66548 ` $lookup sequential cache can incorrectly treat a $facet as non-correlated
@@ -73,6 +77,7 @@ Internals
73
77
- :issue: `SERVER-68359 ` [4.4] Prevent TTLMonitor from processing index if expireAfterSeconds is NaN
74
78
- :issue: `SERVER-68418 ` [4.4] index_build_restart_secondary.js does not support single phase index builds
75
79
- :issue: `SERVER-68487 ` add BSONElement method to check for NaN field values
80
+ - :issue: `SERVER-68540 ` Add docker_incompatible tag for jscore tests
76
81
- :issue: `SERVER-68574 ` Switch to the new logkeeper cluster
77
82
- :issue: `WT-9029 ` Remove object_target_size option from WT_SESSION::create
78
83
- :issue: `WT-9096 ` Fix search near returning wrong key/value sometimes when key doesn't exist
0 commit comments