|
| 1 | +.. _4.2.14-changelog: |
| 2 | + |
| 3 | +4.2.14 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +:issue:`SERVER-52564` Deadlock between step down and MongoDOperationContextSession |
| 10 | + |
| 11 | +Replication |
| 12 | +~~~~~~~~~~~ |
| 13 | + |
| 14 | +- :issue:`SERVER-50412` Change “not master” error messages to “not primary” |
| 15 | +- :issue:`SERVER-50414` Change “not master or secondary; cannot currently read from this replSet member” to “not primary or secondary; cannot currently read from this replSet member” |
| 16 | +- :issue:`SERVER-54180` ReplSetTest's stepUp function only waits 6 seconds for nodes to agree on primary |
| 17 | +- :issue:`SERVER-55007` Deadlock between step down and MongoDOperationContextSession |
| 18 | + |
| 19 | +Query |
| 20 | +~~~~~ |
| 21 | + |
| 22 | +:issue:`SERVER-54710` Large number of $or clauses can create profiling entry exceeding max BSON size, causing the query to fail when it should not |
| 23 | + |
| 24 | +Storage |
| 25 | +~~~~~~~ |
| 26 | + |
| 27 | +:issue:`SERVER-44821` retrieving storage stats for currentOp blocked by slow oplog application |
| 28 | + |
| 29 | +Operations |
| 30 | +~~~~~~~~~~ |
| 31 | + |
| 32 | +:issue:`SERVER-54770` Add /proc/meminfo MemAvailable to FTDC |
| 33 | + |
| 34 | +Build and Packaging |
| 35 | +~~~~~~~~~~~~~~~~~~~ |
| 36 | + |
| 37 | +- :issue:`SERVER-54031` errorcodes.py doesn't check embedded C++ code in Python scripts |
| 38 | +- :issue:`SERVER-54057` Mongodb-org-server el8 package has dependency on python2 |
| 39 | +- :issue:`SERVER-54386` mongodb 3.6.22 install fails if systemctl daemon is not running |
| 40 | +- :issue:`SERVER-55067` Migrate Windows builds to VS Current distro |
| 41 | + |
| 42 | +Internals |
| 43 | +~~~~~~~~~ |
| 44 | + |
| 45 | +- :issue:`SERVER-5722` Support a 'sort' field in ops array for JS Benchmarking Harness |
| 46 | +- :issue:`SERVER-42944` scons compiledb exits with a stack trace |
| 47 | +- :issue:`SERVER-49054` Server MSI should install Compass instead of Compass Community |
| 48 | +- :issue:`SERVER-51465` Update package tests after compass installer update |
| 49 | +- :issue:`SERVER-52610` Verify installation prefix is added to correct location in the RPM |
| 50 | +- :issue:`SERVER-52833` Capped collections can contain too many documents after replication recovery |
| 51 | +- :issue:`SERVER-52953` $geoNear does not always match coordinate given to 'near' when maxDistance is set to 0 |
| 52 | +- :issue:`SERVER-53566` Investigate and reproduce "opCtx != nullptr && _opCtx == nullptr" invariant |
| 53 | +- :issue:`SERVER-54136` Make the authenticate command respect enforceUserClusterSeparation |
| 54 | +- :issue:`SERVER-55038` Collect data files if zbigMapReduce.js fails |
| 55 | +- :issue:`SERVER-55189` Call awaitReplication() before returning from syncFrom() in rslib.js |
| 56 | +- :issue:`SERVER-55225` [v4.2] Collect data files for incremental_backup_rollback.js |
| 57 | +- :issue:`SERVER-55395` 4.0.23 does not build with gcc 10 |
| 58 | +- :issue:`SERVER-55602` Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified |
| 59 | +- :issue:`SERVER-55753` Use w: majority for createCollection command in transactions_committed_with_tickets_exhausted.js |
| 60 | +- :issue:`SERVER-56371` Upgrade timelib to 2021.06 |
| 61 | +- :issue:`WT-7373` Improve slow random cursor operations on oplog |
| 62 | + |
0 commit comments