|
| 1 | +.. _5.0.23-changelog: |
| 2 | + |
| 3 | +5.0.23 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +:issue:`SERVER-73763` Resharding does not extend zone ranges for |
| 10 | +config.tag docs, leading to config server primary fassert loop from |
| 11 | +duplicate key error |
| 12 | + |
| 13 | +Internals |
| 14 | +~~~~~~~~~ |
| 15 | + |
| 16 | +- :issue:`SERVER-73430` Improve Hash, HMAC, and Crypto algo lookup for |
| 17 | + OpenSSL 3.0 |
| 18 | +- :issue:`SERVER-75989` Add support for OpenSSL 3.0 FIPS |
| 19 | +- :issue:`SERVER-77311` Add a new log message when a secondary node is |
| 20 | + skipping a two-phase index build with a subset of indexes built |
| 21 | +- :issue:`SERVER-78009` shardSvrCommitReshardCollection command should |
| 22 | + fail recoverably if the node is shutting down |
| 23 | +- :issue:`SERVER-78108` POS interface should expose its shutdown state |
| 24 | +- :issue:`SERVER-78115` Shard primaries must commit a majority write |
| 25 | + before using new routing information from the config server |
| 26 | +- :issue:`SERVER-81143` export_import_concurrency.js should check for |
| 27 | + code 2 when killing child resmoke client |
| 28 | +- :issue:`SERVER-81581` Extend BlackDuck timeout |
| 29 | +- :issue:`SERVER-81942` ShardingDDLCoordinator should retry on |
| 30 | + LockTimeout errors |
| 31 | +- :issue:`SERVER-82204` Classic window functions first/last handle |
| 32 | + missing field incorrectly |
| 33 | +- :issue:`SERVER-82233` Update BACKPORTS_REQUIRED_BASE_URL from |
| 34 | + mongodb/mongo to 10gen/mongo |
| 35 | +- :issue:`SERVER-82613` Supress test in v5.0 multiversion |
| 36 | +- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis |
| 37 | + for resharding_update_tag_zones.js |
| 38 | +- :issue:`SERVER-82990` Investigate powercycle failures on v6.0 and v5.0 |
| 39 | +- :issue:`SERVER-83150` Document::shred() does not copy document |
| 40 | + metadata |
| 41 | +- :issue:`WT-11564` Fix RTS to read the newest transaction value only |
| 42 | + when it exists in the checkpoint |
| 43 | +- :issue:`WT-11584` Fix test_checkpoint_stats test |
| 44 | +- :issue:`WT-11602` Hide expected eviction failures from the application |
| 45 | + and don't rollback in case of errors |
| 46 | + |
0 commit comments