|
| 1 | +.. _4.4.26-changelog: |
| 2 | + |
| 3 | +4.4.26 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-50792` Return more useful errors when a shard key index |
| 10 | + can't be found for shardCollection/refineCollectionShardKey |
| 11 | +- :issue:`SERVER-76056` countDocsDeletedOnDonor name is misleading |
| 12 | +- :issue:`SERVER-80236` Race in migration source registration and |
| 13 | + capturing writes for xferMods for deletes |
| 14 | + |
| 15 | +Internals |
| 16 | +~~~~~~~~~ |
| 17 | + |
| 18 | +- :issue:`SERVER-63493` update-shard-key tests failing due to |
| 19 | + transaction lock timeouts |
| 20 | +- :issue:`SERVER-71053` Fix dataSize can be negative and incorrect on |
| 21 | + rollback |
| 22 | +- :issue:`SERVER-72532` CommandNotFound: no such command: 'shardVersion' |
| 23 | +- :issue:`SERVER-73470` Log index inconsistencies detected by queries in |
| 24 | + the health log |
| 25 | +- :issue:`SERVER-73497` Create an interface for the HealthLog |
| 26 | +- :issue:`SERVER-74303` Add a sizeStorer call to the onRollback handler |
| 27 | + for dataSize and numRecords changes |
| 28 | +- :issue:`SERVER-76341` Add range deletion throughput statistic |
| 29 | +- :issue:`SERVER-78384` mongos should allow --port 0 |
| 30 | +- :issue:`SERVER-78687` Set up copybara syncing between 10gen/mongo and |
| 31 | + 10gen/mongo-copybara |
| 32 | +- :issue:`SERVER-79471` Mirrored reads should include databaseVersion in |
| 33 | + addition to shardVersion |
| 34 | +- :issue:`SERVER-79926` Investigate OCSP failure possibilities |
| 35 | +- :issue:`SERVER-80021` Make $convert round-trip correctly between |
| 36 | + double and string |
| 37 | +- :issue:`SERVER-80157` ExclusionProjectionExecutor forces Document |
| 38 | + cache to load excluded fields |
| 39 | +- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection |
| 40 | + version to be locally persisted before starting the cloning phase |
| 41 | +- :issue:`SERVER-81202` Use host environment when signing |
| 42 | +- :issue:`SERVER-81242` [v4.4] Improving interoperability between |
| 43 | + flushRouterConfig and CatalogCache refreshes |
| 44 | +- :issue:`SERVER-81320` Update benchmarks_orphaned and |
| 45 | + benchmarks_sharding on v4.4 |
| 46 | +- :issue:`SERVER-81431` Add canaries_only task to older mongo branches |
| 47 | +- :issue:`SERVER-81904` Address test-only issue in UpdateChunkMapRandom |
| 48 | + unit test |
| 49 | +- :issue:`SERVER-81949` Sync from 10gen/mongo to mongodb/mongo on v4.4 |
| 50 | + with copybara |
| 51 | +- :issue:`SERVER-81966` Avoid modification of previous ChunkMap |
| 52 | + instances during refresh |
| 53 | +- :issue:`SERVER-81985` FlushRoutingTableCacheUpdates command should not |
| 54 | + be allowed on databases |
| 55 | +- :issue:`SERVER-82043` Enhancement of Commit Message Validation for |
| 56 | + 10gen/mongo Commits |
| 57 | +- :issue:`SERVER-82325` Config server could invariant during balancer |
| 58 | + round |
| 59 | +- :issue:`SERVER-82391` [v4.4] Only allow github Apps Copybara Syncer: |
| 60 | + 10gen-to-Mongodb to syncs new commits to mongodb/mongo |
| 61 | +- :issue:`SERVER-82449` [v4.4] Optimize copybara sync behavior for |
| 62 | + specific no-change scenarios |
| 63 | +- :issue:`SERVER-82825` Stop copybara service to sync |
| 64 | +- :issue:`WT-7492` Ignore the evict drain wait msg in stdout.txt for |
| 65 | + test_cursor_random |
| 66 | +- :issue:`WT-10380` Fix expected warning output in test_cursor_random: |
| 67 | + Eviction took more than 1 minute |
| 68 | +- :issue:`WT-10424` cursor::search_near slow performance if many deleted |
| 69 | + items are present |
| 70 | +- :issue:`WT-10432` Fix expected warning output for test_hs20 on macos |
| 71 | +- :issue:`WT-11168` Remove the page image reuse logic |
| 72 | +- :issue:`WT-11221` Python tests fails due to unexpected "Eviction took |
| 73 | + more than 1 minute" warning in standard output |
| 74 | +- :issue:`WT-11584` Fix test_checkpoint_stats test |
| 75 | + |
0 commit comments