|
| 1 | +.. _3.2.21-changelog: |
| 2 | + |
| 3 | +3.2.21 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Query |
| 7 | +~~~~~ |
| 8 | + |
| 9 | +:issue:`SERVER-35693` Parsing of $in takes quadratic time due to O(n^2) boost::flat_set constructor |
| 10 | + |
| 11 | +Storage |
| 12 | +~~~~~~~ |
| 13 | + |
| 14 | +- :issue:`SERVER-30724` Initial sync might miss ops that were in flight when it started |
| 15 | +- :issue:`SERVER-34863` Disable LSM testing on 3.2, 3.4 and 3.6 branches |
| 16 | + |
| 17 | +Operations |
| 18 | +~~~~~~~~~~ |
| 19 | + |
| 20 | +- :issue:`SERVER-35854` Log in 3.2 when client metadata is received |
| 21 | +- :issue:`SERVER-36010` Change log messages for Windows stacktraces to use error() or severe() rather than log() |
| 22 | +- :issue:`SERVER-36778` Make 3.2 client metadata log messages match 3.4+ format |
| 23 | + |
| 24 | +Build and Packaging |
| 25 | +~~~~~~~~~~~~~~~~~~~ |
| 26 | + |
| 27 | +:issue:`SERVER-32999` Platform Support: remove Debian 7 |
| 28 | + |
| 29 | +Internals |
| 30 | +~~~~~~~~~ |
| 31 | + |
| 32 | +- :issue:`SERVER-34371` Stop ignoring errors when the test fixture fails to delete data files |
| 33 | +- :issue:`SERVER-34374` resmoke.py uses bytestrings for representing pathnames, leading to silently failing to clear the dbpath on Windows |
| 34 | +- :issue:`SERVER-34380` system_perf.yml: Remove the compile_proxy task |
| 35 | +- :issue:`SERVER-34540` Remove sleeptest from dbtests |
| 36 | +- :issue:`SERVER-34793` Add call to BF suggestion server on failed task completion |
| 37 | +- :issue:`SERVER-34851` Disallow index selection for identical min & max values on find |
| 38 | +- :issue:`SERVER-34888` Track status of SSLPeerInfo |
| 39 | +- :issue:`SERVER-34950` Use new sys-perf baseline 3.4.14-Baseline |
| 40 | +- :issue:`SERVER-35071` Split MMAPv1 tasks into separate variants in sys-perf |
| 41 | +- :issue:`SERVER-35108` Enable signal processing in system_perf.yml |
| 42 | +- :issue:`SERVER-35207` Don't use json.get_history in system_perf.yml |
| 43 | +- :issue:`SERVER-35264` compile fails on sys-perf-3.4 // SERVER-34380 |
| 44 | +- :issue:`SERVER-35858` Error in call BF Suggestion service |
| 45 | +- :issue:`SERVER-35960` Blacklist findAndModify_update_grow.js from concurrency_sharded_sccc* Evergreen tasks |
| 46 | +- :issue:`SERVER-36462` Add atlas user to runtime_secret.yml |
| 47 | +- :issue:`WT-3637` Fix a heap use after free from evicting of a page that just split. |
| 48 | +- :issue:`WT-3710` Fix a race condition between concurrent page splits |
| 49 | +- :issue:`WT-4045` Don't retry fsync calls after EIO failure |
| 50 | + |
0 commit comments