summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71089: run push tasks on rhel80-smallr6.0.3-rc2r6.0.3-rc1r6.0.3dylrich2022-11-081-0/+2
|
* SERVER-70879 Fix race where multiple threads are turning an index multikey ↵Henrik Edin2022-11-082-3/+144
| | | | | | | | | | concurrently Fix race where the writes to the durable catalog are serialized but the second writer is using a stale in-memory state due to the commit handler not being executed yet. This interleaving does not cause a write conflict as the writes are serialized but the second writer overwrote the multikey paths set by the first writer. To handle it we always read the latest state from the durable catalog before performing multikey writes. This guarantees that we always are operating on the latest state. Some care was needed to ensure index offsets remain stable. (cherry picked from commit 74bf9118e38ff4ee63db8bb17146dabe3ef07392)
* SERVER-68541 Serialize the removeShard and commitMovePrimary commands to ↵Antonio Fuschetto2022-11-088-67/+295
| | | | prevent the loss of moved collections
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-0810-148/+644
|
* SERVER-71112: Fix resharding failures count in unittestnandinibhartiyaMDB2022-11-071-1/+1
|
* SERVER-70843 fix scons metrics reporting when scons cache is not in use.Daniel Moody2022-11-072-16/+2
| | | | (cherry picked from commit d0c05f39f0b73283bf909bdb2c6f0a0f55d223de)
* SERVER-70725 Narrow errors resulting in `CollectionUUIDMismatch` in cluster ↵Gregory Noma2022-11-041-1/+2
| | | | | | aggregate (cherry picked from commit 85a50585a0b5ea5b174dbb0c8678a85d68ac5d4e)
* SERVER-70274 Improve performance of change stream pre-images purging job by ↵Denis Grebennicov2022-11-048-324/+173
| | | | leveraging EOF filter
* SERVER-70602 Handle faulty balancerCompliant reporting by waiting for some ↵Silvia Surroca2022-11-043-0/+16
| | | | | | no-op balancing rounds (cherry picked from commit 8e7978fb75cad95f864255810c655f62a0a9408d)
* SERVER-70373: Avoid invariant failure while aborting a resharding operationnandinibhartiyaMDB2022-11-032-45/+64
|
* SERVER-69897: omit running internal_transactions_setFCV.jsAdi Zaimi2022-11-023-0/+12
|
* SERVER-69353 Generate burn-in tasks separatelyJeff Zambory2022-11-0211-80/+168
|
* SERVER-62301 Platform Support: Add support for Ubuntu 22.04 ARMwinstonzmdb2022-11-025-1/+104
|
* SERVER-62302 BACKPORT-13745 Platform Support: Add support for RHEL9 x86t.ward2022-11-029-3/+220
|
* SERVER-69001: Have initial sync persist its last oplog time into the ↵r6.0.3-rc0Daniel Gottlieb2022-11-013-143/+68
| | | | | | | minvalid document. (cherry picked from commit ff2fffdf496ac1bc039cd8c84024cc6159cf80b6) (cherry picked from commit 14b1ea6d58cf2a2169b2a07268fa2266419703b4)
* SERVER-70314 Adjust time series extended range tests to account for log ↵Dan Larkin-York2022-11-012-10/+0
| | | | retention limitations
* Import wiredtiger: 34136bb7914272cc2d9705744ae28bdb373a8781 from branch ↵Luke Chen2022-11-013-3/+173
| | | | | | | | | mongodb-6.0 ref: c01e34c7a2..34136bb791 for: 6.0.3 WT-9792 Fix RTS to remove globally visible update of the data store update from the history store (#8261) (#8429)
* Import wiredtiger: c01e34c7a23abf8b0da9a7ef1ee2a7c5cfc1b7ae from branch ↵Luke Chen2022-11-014-3/+18
| | | | | | | | | mongodb-6.0 ref: 13306c3517..c01e34c7a2 for: 6.0.3 WT-9926 Remove backup file after recovery checkpoint. (#8316) (#8428)
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-019-42/+45
| | | | (cherry picked from commit 5fc0b006e4362f80a449dffb2a5ff0039d80817b)
* SERVER-70959 Remove retryable_writes_downgrade_last_continuous_gen task for 6.0Tausif Rahman2022-10-311-8/+0
|
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-10-312-4/+9
| | | | (cherry picked from commit 29006706c176ca036120d1b2569c0f59dd8f53b6)
* SERVER-69773 Fix entire json comparison from $_internalAllCollectionStats ↵Pol Pinol Castuera2022-10-311-1/+10
| | | | | | testing (cherry picked from commit 9ef93f783419da5734d3afdf84e987ed39a1591f)
* SERVER-69136 Tests should consider balancerCollectionStatus may report ↵Silvia Surroca2022-10-304-33/+13
| | | | | | balancerCompliant too early (cherry picked from commit cf6316677c0ddc98835789c8e659f356f6295bfa)
* SERVER-70381 Creating auxiliary library with the ShardFiltererSergi Mateo Bellido2022-10-301-1/+11
| | | | (cherry picked from commit 83db85a8e224faf3e3bb36c610e9b35669429dfe)
* SERVER-69861 Uninterruptible lock guard in election causes FCBIS to hangMatthew Russotto2022-10-288-1/+37
| | | | | | Support for reading last vote in data_replicator_external_state (cherry picked from commit 810d5c1f2b0f8d3767df55812c3324d6171aa107)
* SERVER-67681 Create specific target for compile commandsJuan Gu2022-10-282-2/+9
| | | | (cherry picked from commit 3a31638a3c0bc80fe03faf0bafba5aefaefc2b84)
* SERVER-67681 Create specific target for compile commandsJuan Gu2022-10-282-0/+21
| | | | (cherry picked from commit 5678e6188e7d3a6401b4bdc6aa3b46db949f2235)
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in ↵Reo Kimura2022-10-2711-23/+29
| | | | | | MONGO_UNREACHABLE_TASSERT (cherry picked from commit 0d12c83b9b4c3aca1630fc6c41de2f17e4b09ab8)
* SERVER-70361 Prevent crash due to duration overflow in ↵Blake Oler2022-10-275-22/+114
| | | | | | waitForConditionOrInterruptNoAssertUntil() (cherry picked from commit 2de14f9eec1efcb0c9663cdf84760156ff1de196)
* SERVER-70181 Fix Debian default mongod.confRyan Egesdahl2022-10-271-2/+0
| | | | (cherry picked from commit 56441edbc212031f05dbe045cf1b3aa47492f17c)
* SERVER-70852 Recommit SERVER-66716 on v6.0Paolo Polato2022-10-271-4/+0
|
* SERVER-62201 Backport removed tests to 6.0Alexander Neben2022-10-251-631/+497
|
* SERVER-70559 tag FLE2 tests such that they do not run with stepdown suitesShreyas Kalyan2022-10-254-6/+4
| | | | (cherry picked from commit 25ea623a18aefc5a63c2dac770796abdb33e864f)
* SERVER-60141 Upgrade timelib to version 2022.02Alberto Massari2022-10-2542-33324/+31165
|
* SERVER-69507 only set rpath when link-model is dynamicTrevor Guidry2022-10-242-6/+12
| | | | (cherry picked from commit eff572b7c1a78919e3d79957000a11e4d0dcf985)
* SERVER-62300 BACKPORT-13546 Platform Support: Add support for Ubuntu 22.04 x86t.ward2022-10-218-3/+155
|
* SERVER-69429 Check shard key compatibility during collMod convert to uniqueYuhong Zhang2022-10-212-1/+36
| | | | (cherry picked from commit 12165e687bc06fbf5df03bfef5d570e9dae7b0e9)
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-217-29/+81
| | | | (cherry picked from commit bef1987c88f68d932da97291dd95868b9dd54d2c)
* SERVER-68484 Increase threshold to consider a collection balanced in ↵Pierlauro Sciarelli2022-10-201-1/+1
| | | | balancing_based_on_size.js
* SERVER-69446: Increase electionTimeoutMillis in ↵Will Buerger2022-10-201-1/+1
| | | | jstests/replsets/dbcheck_write_concern.js
* SERVER-70251 [v6.0] Update task with its _gen version on windows build variantsjasurbeknurboyev2022-10-192-3/+1
|
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-10-198-72/+143
|
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-191-1/+1
| | | | (cherry picked from commit 669ac94492976eff25d9cac17c43178a9b1a7ebd)
* SERVER-70483 Pass task execution to Logkeeperjulianedwards2022-10-171-0/+2
|
* SERVER-70190 Fix ExpressionSwitch::optimize() to manage _children vector ↵David Storch2022-10-175-71/+172
| | | | | | correctly (cherry picked from commit 2cc7da28b9ddd1eb91516a2ba25f7dd67db88ca8)
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
| | | | (cherry picked from commit 1912e879e904b96a331cd2a2d20e7abf23684359)
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
| | | | (cherry picked from commit befe8bb9cf767db458149afca838823d2fd4876c)
* SERVER-63811 Add check so documents stage runs when db does not existgalon12022-10-1414-29/+299
|
* SERVER-70484: Remove signal processing module from perf.yml and sys_perf.ymlanjani.bhat2022-10-142-14/+0
| | | | (cherry picked from commit 468501d46a9b5fe11024f2cb3d0a8c7a148e694c)
* SERVER-66913 make configureCollectionBalancing() return NamespaceNotSharded ↵Pierlauro Sciarelli2022-10-143-11/+13
| | | | on failure + allow calling configureCollectionBalancing interally