|
| 1 | +.. _6.0.8-changelog: |
| 2 | + |
| 3 | +6.0.8 Changelog |
| 4 | +--------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-61127` Multi-writes may exhaust the number of retry |
| 10 | + attempts in the presence of ongoing chunk migrations |
| 11 | +- :issue:`SERVER-76546` _migrateClone can deadlock with prepared |
| 12 | + transactions on secondaries |
| 13 | +- :issue:`SERVER-78414` Recipient shard in chunk migration can skip |
| 14 | + fetching changes to the migrated range, leading to lost writes |
| 15 | + |
| 16 | +Query |
| 17 | +~~~~~ |
| 18 | + |
| 19 | +:issue:`SERVER-46446` Log time spent waiting for remote operations |
| 20 | + |
| 21 | +Internals |
| 22 | +~~~~~~~~~ |
| 23 | + |
| 24 | +- :issue:`SERVER-45255` Capture Pressure Stall Information in FTDC for |
| 25 | + Linux hosts |
| 26 | +- :issue:`SERVER-62939` Starting up ESE with no KMIP server available |
| 27 | + leaves a backtrace |
| 28 | +- :issue:`SERVER-66945` Re-enable ESE on MacOS |
| 29 | +- :issue:`SERVER-67196` Ensure hb stats get updated before sync source |
| 30 | + selection in initial_sync_chooses_correct_sync_source.js |
| 31 | +- :issue:`SERVER-71825` Implement and test document split algorithm |
| 32 | +- :issue:`SERVER-74143` A slow query report should not require the rstl |
| 33 | + lock to return storage statistics |
| 34 | +- :issue:`SERVER-76910` Make PyKMIP test harness return errors on |
| 35 | + version mismatch |
| 36 | +- :issue:`SERVER-77005` Leave LDAP users logged-in during LDAP downtime |
| 37 | +- :issue:`SERVER-77168` mongod crashes when restoring time series |
| 38 | + collection with auth enabled |
| 39 | +- :issue:`SERVER-77266` createCollection command in |
| 40 | + rename_capped_collection_droptarget.js should ignore "cannot find ns" |
| 41 | + errors |
| 42 | +- :issue:`SERVER-77298` Prevent fassert after killing opCtx as part of |
| 43 | + reconstructing prepared transactions after initial sync |
| 44 | +- :issue:`SERVER-77386` Make '$_resumeAfter' parameter work with |
| 45 | + clustered collections |
| 46 | +- :issue:`SERVER-77459` Verify /proc/pressure/cpu is readable in |
| 47 | + procparser_test |
| 48 | +- :issue:`SERVER-77527` mongodbtoolchain/v3 stdlib unsafe against |
| 49 | + self-moves |
| 50 | +- :issue:`SERVER-77710` Fix data race in AuditManager |
| 51 | +- :issue:`SERVER-77769` SysPerf yml's compile-skip comment is |
| 52 | + incorrectly spaced |
| 53 | +- :issue:`SERVER-77833` Mock meta cursors in sharded tests for |
| 54 | + batchSize/limit pushdown |
| 55 | +- :issue:`SERVER-77998` Allow 'full' when reading from |
| 56 | + /proc/pressure/cpu |
| 57 | +- :issue:`SERVER-78126` For specific kinds of input, mongo::Value() |
| 58 | + always hashes to the same result on big-endian platforms |
| 59 | +- :issue:`SERVER-78136` Add "updateSearchIndex" Permission to the |
| 60 | + "readWrite" built-in-role |
| 61 | +- :issue:`SERVER-78174` [v6.0] Blocklist large_events_failed_metric.js |
| 62 | + test in older versions where tracking of large change stream events is |
| 63 | + not backported |
| 64 | +- :issue:`SERVER-78292` Issue with Object.entries in mongotmock |
| 65 | + assertEmpty |
| 66 | +- :issue:`SERVER-78314` Create documentSourceWriterBatchBuffer server |
| 67 | + parameter |
| 68 | +- :issue:`SERVER-78492` Resharding fuzzer tests are being generated but |
| 69 | + not run in Evergreen |
| 70 | + |
0 commit comments