|
| 1 | +.. _7.0.4-changelog: |
| 2 | + |
| 3 | +7.0.4 Changelog |
| 4 | +--------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-82069` Throwable function used in scope guard when |
| 10 | + registering index |
| 11 | +- :issue:`SERVER-82364` Fix $config.transitions table for |
| 12 | + analyze_shard_key.js FSM workload |
| 13 | + |
| 14 | +Internals |
| 15 | +~~~~~~~~~ |
| 16 | + |
| 17 | +- :issue:`SERVER-67962` Applying config.image_collection deletes needs |
| 18 | + better concurrency control |
| 19 | +- :issue:`SERVER-69206` Coverity analysis defect 122738: Using a moved |
| 20 | + object |
| 21 | +- :issue:`SERVER-69244` $merge fails when session default read concern |
| 22 | + has been set to "majority" |
| 23 | +- :issue:`SERVER-72532` CommandNotFound: no such command: 'shardVersion' |
| 24 | +- :issue:`SERVER-75756` Check query presence in plan cache |
| 25 | +- :issue:`SERVER-77113` Exclude fields containing dots from time series |
| 26 | + indexes |
| 27 | +- :issue:`SERVER-79317` Provide more documentation and helper functions |
| 28 | + for case where feature flag checks could be run when FCV is |
| 29 | + uninitialized during initial sync |
| 30 | +- :issue:`SERVER-79470` Update shard-lite-audit infra provision for |
| 31 | + sysperf |
| 32 | +- :issue:`SERVER-79975` [Classic] Optimize large group keys |
| 33 | +- :issue:`SERVER-81028` Incorrect $listCatalog behavior in presence of a |
| 34 | + concurrent collection rename in v7.0 |
| 35 | +- :issue:`SERVER-81133` Speedup logic to persist routing table cache |
| 36 | +- :issue:`SERVER-81295` Cannot resume V2 changeStream pipelines with V1 |
| 37 | + resume tokens |
| 38 | +- :issue:`SERVER-81390` HashAggStage fails to respect the collation when |
| 39 | + spilling to disk |
| 40 | +- :issue:`SERVER-81435` Add metrics to capture impact of time series |
| 41 | + group commit |
| 42 | +- :issue:`SERVER-81456` Suppress leak sanitizer failures for AsioReactor |
| 43 | +- :issue:`SERVER-81467` Run Jepsen list-append in Evergreen |
| 44 | +- :issue:`SERVER-81524` No-op invocations of setUserWriteBlockMode must |
| 45 | + await majority confirmation of SystemLastOpTime |
| 46 | +- :issue:`SERVER-81581` Extend BlackDuck timeout |
| 47 | +- :issue:`SERVER-81605` cleanupOrphanedWhileMigrating.js should not run |
| 48 | + on stepdown suites |
| 49 | +- :issue:`SERVER-81942` ShardingDDLCoordinator should retry on |
| 50 | + LockTimeout errors |
| 51 | +- :issue:`SERVER-82028` DDL operations on timeseries collection during |
| 52 | + tenant migration can crash the recipient due to an invariant failure. |
| 53 | +- :issue:`SERVER-82086` Add tsbs query workloads to sys perf |
| 54 | +- :issue:`SERVER-82156` Inconsistency between FLE insert and FLE update |
| 55 | + responses for retriedStmtIds |
| 56 | +- :issue:`SERVER-82178` Update references to |
| 57 | + ycsb_like_queryable_encrypt1_cfdefault_sharded in system_perf.yml |
| 58 | +- :issue:`SERVER-82204` Classic window functions first/last handle |
| 59 | + missing field incorrectly |
| 60 | +- :issue:`SERVER-82220` Avoid invariant during assertIsPrimaryShardForDb |
| 61 | +- :issue:`SERVER-82234` Relax assertions in session_pooling.js |
| 62 | +- :issue:`SERVER-82324` Fix data race when reading/writing the logical |
| 63 | + session id |
| 64 | +- :issue:`SERVER-82328` Concurrent access to |
| 65 | + MovePrimaryCoordinatorDocument without acquiring mutex |
| 66 | +- :issue:`SERVER-82410` DocumentSourceListSearchIndexes should hold |
| 67 | + owned copy of command object |
| 68 | +- :issue:`SERVER-82428` Include idle connections in currentOp aggregate |
| 69 | + cmd in fsync.js |
| 70 | +- :issue:`SERVER-82446` $densify use case can result in documents |
| 71 | + outside of range |
| 72 | +- :issue:`SERVER-82590` [7.0 Only] Feature Flag Upgrade/Downgrade |
| 73 | + Testing For Timeseries Arbitrary Deletes |
| 74 | +- :issue:`SERVER-82798` Respect time-series bucket minimum size when |
| 75 | + calculating bucket size limit |
| 76 | +- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis |
| 77 | + for resharding_update_tag_zones.js |
| 78 | +- :issue:`SERVER-82803` CheckMetadataConsistency hook should ignore |
| 79 | + NetworkInterfaceExceededTimeLimit errors |
| 80 | +- :issue:`WT-11698` Re-enable HS verification in v7.0 |
| 81 | + |
0 commit comments