summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SERVER-67813 Review "requires_fcv_61" tags when data size aware balancing ↵Pierlauro Sciarelli2022-10-148-11/+9
| | | | lands in v6.0
* SERVER-67301 Balancer may perform one unnecessary migration for a completely ↵Silvia Surroca2022-10-1410-122/+159
| | | | balanced collection
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of ↵Tommaso Tocci2022-10-149-52/+26
| | | | CSRS stepdowns
* SERVER-67809 Execute `insert_with_data_size_aware_balancing.js` in stepdown ↵Pierlauro Sciarelli2022-10-141-1/+0
| | | | suites
* SERVER-67346 Disable autosplit on config.system.sessions when upgrading the ↵Paolo Polato2022-10-142-5/+6
| | | | cluster
* SERVER-57417 Enable NoMoreAutoSplitter Feature flagAllison Easton2022-10-143-3/+41
|
* SERVER-66781 Enable BalanceAccordingToDataSize feature flagAllison Easton2022-10-142-1/+7
|
* SERVER-66835 Compare number of chunks in balancing_based_on_size.jsPierlauro Sciarelli2022-10-141-8/+3
|
* SERVER-66078 Make config.system.sessions balanceable by data size criteriaPaolo Polato2022-10-147-10/+242
|
* SERVER-64319 Fix the name hiding issue for usages of ↵Allison Easton2022-10-143-111/+122
| | | | ShardingCatalogManager::withTransaction
* SERVER-66827 Balancer must not skip round if a collection has balacing disabledPierlauro Sciarelli2022-10-141-3/+3
|
* SERVER-66753 Use 64-bit integer in the balancer policy minSize counterKaloian Manassiev2022-10-141-7/+4
|
* SERVER-66747 Increase deadline to wait for balancing in ↵Pierlauro Sciarelli2022-10-141-1/+1
| | | | jstests/sharding/authCommands.js
* SERVER-66208 remove non-existing excluded tests from ↵Pierlauro Sciarelli2022-10-141-2/+0
| | | | sharding_continuous_config_stepdown.yml