|
| 1 | +.. _7.1.1-changelog: |
| 2 | + |
| 3 | +7.1.1 Changelog |
| 4 | +--------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-77479` Sharded rename participants may incorrectly |
| 10 | + snapshot/restore pending range deletion documents |
| 11 | +- :issue:`SERVER-81241` Range deleter processor must not try reschedule |
| 12 | + task during service shutdown |
| 13 | +- :issue:`SERVER-82069` Throwable function used in scope guard when |
| 14 | + registering index |
| 15 | +- :issue:`SERVER-82364` Fix $config.transitions table for |
| 16 | + analyze_shard_key.js FSM workload |
| 17 | + |
| 18 | +Internals |
| 19 | +~~~~~~~~~ |
| 20 | + |
| 21 | +- :issue:`SERVER-71819` Broadcast collMod command to all shards |
| 22 | +- :issue:`SERVER-78530` Enable feature flag |
| 23 | +- :issue:`SERVER-78851` movePrimary may fail on clone phase if $out runs |
| 24 | + concurrently |
| 25 | +- :issue:`SERVER-79384` Allow startup with unavailable Issuer URI |
| 26 | +- :issue:`SERVER-80203` Normalization of time-series meta field can |
| 27 | + break insert targeting |
| 28 | +- :issue:`SERVER-80358` Time-series inserts generate duplicate index |
| 29 | + fields in bucket document |
| 30 | +- :issue:`SERVER-80878` query stats store size serverStatus metric can |
| 31 | + go below 0 |
| 32 | +- :issue:`SERVER-80886` $out may fail with a StaleDbVersion after a |
| 33 | + movePrimary |
| 34 | +- :issue:`SERVER-80974` Unclean shutdown while dropping local.* |
| 35 | + collection and indexes can make the catalog inconsistent |
| 36 | +- :issue:`SERVER-81028` Incorrect $listCatalog behavior in presence of a |
| 37 | + concurrent collection rename in v7.0 |
| 38 | +- :issue:`SERVER-81033` Ignore the collMod response from the DBPrimary |
| 39 | + shard if it has no chunks |
| 40 | +- :issue:`SERVER-81049` Move queryStatsRead and |
| 41 | + queryStatsReadTransformed privileges into clusterMonitor builtin role |
| 42 | +- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection |
| 43 | + version to be locally persisted before starting the cloning phase |
| 44 | +- :issue:`SERVER-81133` Speedup logic to persist routing table cache |
| 45 | +- :issue:`SERVER-81201` Limiting the memory usage during the cloning |
| 46 | + phase on the recipient shard |
| 47 | +- :issue:`SERVER-81238` random_DDL_setFCV_operations FSM workload tries |
| 48 | + operation during movePrimary |
| 49 | +- :issue:`SERVER-81295` Cannot resume V2 changeStream pipelines with V1 |
| 50 | + resume tokens |
| 51 | +- :issue:`SERVER-81340` CheckMetadataConsistency hook is not compatible |
| 52 | + with integration_tests_sharded suite |
| 53 | +- :issue:`SERVER-81343` Add NamespaceNotFound as an expected error for |
| 54 | + resharding on random_DDL_CRUD_operations.js |
| 55 | +- :issue:`SERVER-81372` Collection defragmentation phases sporadically |
| 56 | + jump backward |
| 57 | +- :issue:`SERVER-81390` HashAggStage fails to respect the collation when |
| 58 | + spilling to disk |
| 59 | +- :issue:`SERVER-81467` Run Jepsen list-append in Evergreen |
| 60 | +- :issue:`SERVER-81939` Make configureQueryAnalyzer and analyzeShardKey |
| 61 | + command check that input namespace is correctly formatted |
| 62 | +- :issue:`SERVER-81942` ShardingDDLCoordinator should retry on |
| 63 | + LockTimeout errors |
| 64 | +- :issue:`SERVER-81966` Avoid modification of previous ChunkMap |
| 65 | + instances during refresh |
| 66 | +- :issue:`SERVER-81985` FlushRoutingTableCacheUpdates command should not |
| 67 | + be allowed on databases |
| 68 | +- :issue:`SERVER-82028` DDL operations on timeseries collection during |
| 69 | + tenant migration can crash the recipient due to an invariant failure. |
| 70 | +- :issue:`SERVER-82070` Classic window function $stdDevSamp handles |
| 71 | + empty window frame incorrectly |
| 72 | +- :issue:`SERVER-82178` Update references to |
| 73 | + ycsb_like_queryable_encrypt1_cfdefault_sharded in system_perf.yml |
| 74 | +- :issue:`SERVER-82204` Classic window functions first/last handle |
| 75 | + missing field incorrectly |
| 76 | +- :issue:`SERVER-82220` Avoid invariant during assertIsPrimaryShardForDb |
| 77 | +- :issue:`SERVER-82234` Relax assertions in session_pooling.js |
| 78 | +- :issue:`SERVER-82324` Fix data race when reading/writing the logical |
| 79 | + session id |
| 80 | +- :issue:`SERVER-82428` Include idle connections in currentOp aggregate |
| 81 | + cmd in fsync.js |
| 82 | +- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis |
| 83 | + for resharding_update_tag_zones.js |
| 84 | +- :issue:`SERVER-82803` CheckMetadataConsistency hook should ignore |
| 85 | + NetworkInterfaceExceededTimeLimit errors |
| 86 | +- :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during |
| 87 | + checkpoint |
| 88 | +- :issue:`WT-11584` Fix test_checkpoint_stats test |
| 89 | +- :issue:`WT-11586` Skip test_compact03.py when tiered is enabled |
| 90 | + |
0 commit comments