|
| 1 | +.. _5.0.17-changelog: |
| 2 | + |
| 3 | +5.0.17 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-73229` Logical sessions cache refresh ignores write |
| 10 | + errors from updating session document, leading to cursors being killed |
| 11 | + early |
| 12 | +- :issue:`SERVER-73877` Wait for shard to have a primary before doing a |
| 13 | + migration in prepare_transaction_then_migrate.js |
| 14 | + |
| 15 | +Write Operations |
| 16 | +~~~~~~~~~~~~~~~~ |
| 17 | + |
| 18 | +:issue:`SERVER-75517` illegal format of _id possible via upsert |
| 19 | + |
| 20 | +Internals |
| 21 | +~~~~~~~~~ |
| 22 | + |
| 23 | +- :issue:`SERVER-66927` Remove reference to silentFail from mongo repo |
| 24 | +- :issue:`SERVER-73400` Use -large Evergreen distro for compiling on |
| 25 | + arm64 in sys-perf project |
| 26 | +- :issue:`SERVER-74647` Resharding state machine creation should be |
| 27 | + retried after interruption |
| 28 | +- :issue:`SERVER-74720` The default 'shardingStatistics' serverStatus |
| 29 | + section takes locks |
| 30 | +- :issue:`SERVER-74824` Add more expressive logging to |
| 31 | + map_reduce_drop.js |
| 32 | +- :issue:`SERVER-75066` Check for parent directory before writing to |
| 33 | + SCons cache |
| 34 | +- :issue:`SERVER-75172` Use unique collection name in |
| 35 | + partial_index_logical.js |
| 36 | +- :issue:`SERVER-75261` "listCollections" command fails with |
| 37 | + BSONObjectTooLarge error |
| 38 | +- :issue:`SERVER-75404` Designate $searchSortValues as metadata field on |
| 39 | + v5.0 |
| 40 | +- :issue:`SERVER-75431` Get rid or fix best effort check for primary db |
| 41 | + on rename path in sharded clusters |
| 42 | +- :issue:`SERVER-75501` Don't run Sys-perf FCV variants on stable |
| 43 | + branches |
| 44 | +- :issue:`SERVER-75561` Report and log more detailed information when |
| 45 | + validate encounters multikey inconsistencies |
| 46 | +- :issue:`SERVER-75601` Make serverStatus apiversion field more robust |
| 47 | +- :issue:`SERVER-75618` check oplog fast count before restarting server |
| 48 | + in oplog_sampling.js |
| 49 | +- :issue:`SERVER-75745` Only log record and index metadata associated |
| 50 | + with missing or extra index keys |
| 51 | +- :issue:`SERVER-75795` Update aws_e2e_ec2.js for evergreen changes to |
| 52 | + AWS test identity |
| 53 | +- :issue:`SERVER-76098` Allow queries with $search and non-simple |
| 54 | + collations |
| 55 | + |
0 commit comments