summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of ↵server-49894Yuhong Zhang2021-02-177-37/+97
| | | | largest _id inserted
* SERVER-50568 Remove Ubuntu 18.04 zSeriesZakhar Kleyman2021-02-171-111/+0
|
* SERVER-53726 Remove RHEL6 zSeriesZakhar Kleyman2021-02-171-97/+0
|
* SERVER-53729 Remove RHEL7 PPCZakhar Kleyman2021-02-171-87/+0
|
* SERVER-53728 Remove SLES12 zSeriesZakhar Kleyman2021-02-171-110/+0
|
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-1734-44/+987
|
* Revert "SERVER-45236 Eliminate need to reiterate compile flags on the link line"Andrew Morrow2021-02-175-91/+37
| | | | This reverts commit 6674514dfcc5b3ec4e80c2b727c8d7f9f6f6e86f.
* SERVER-50017 Remove unused parameters in getShardVersion responseCheahuychou Mao2021-02-173-12/+0
|
* SERVER-53995 ReplicaSetMonitor shared_ptr instance should be freed outside ↵Jason Zhang2021-02-171-0/+6
| | | | of mutex scope
* SERVER-53980: Update linkbench2 versionBrad de Vlugt2021-02-172-2/+0
|
* SERVER-54320 [SBE] Failure in jstests/aggregation/explain_limit.js due to ↵Anton Korshunov2021-02-172-6/+35
| | | | explain format change
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-17100-2470/+2152
|
* SERVER-54579: Complete TODO listed in SERVER-53105Jordi Serra Torrens2021-02-174-55/+24
|
* Import wiredtiger: f90baa428bfefb17afddd8f8aa72e8d34cf761e2 from branch ↵Luke Chen2021-02-1732-348/+1450
| | | | | | | | | | | | | mongodb-5.0 ref: 5641affc86..f90baa428b for: 4.9.0 WT-6513 Update history store configuration to make overflow keys unlikely WT-6850 Create and add config parsing for the workload generator class WT-6950 Create test coverage documentation landing page WT-7087 API for tiered storage WT-7211 Added missing return statement in stress testing framework
* SERVER-54325 Fix SBE behavior with projections on dotted pathsIan Boros2021-02-173-14/+38
|
* SERVER-53374 Clean up oplog related collections created for reshardingjannaerin2021-02-178-9/+118
|
* SERVER-54145 Handle variant types in reply fields in IDL compatibility ↵Huayu Ouyang2021-02-177-15/+482
| | | | checker script
* SERVER-54440 Reorganize Unpack Bucket Unit TestsJacob Evans2021-02-174-592/+644
|
* SERVER-54528 Avoid race between initial sync failing and shutdown in ↵Samy Lanka2021-02-171-1/+0
| | | | initial_sync_fails_when_source_removed.js
* SERVER-54540 Allow for network errors when restarting heartbeats to induce ↵Samy Lanka2021-02-161-2/+5
| | | | rollback in rollback test fixture
* SERVER-53556 Double-check record existence in validateBynn Lee2021-02-161-0/+12
|
* SERVER-54116 AutoGetCollection*MaybeLockFree should pivot to locked if a ↵Dianna Hohensee2021-02-161-1/+4
| | | | | | storage snapshot is already open without the lock-free read operation flag set. This avoids using a -LockFree helper, via the DBDirectClient, that must reset the storage snapshot.
* SERVER-54537 Improve diagnosability for invariant failure in ↵Dianna Hohensee2021-02-163-8/+16
| | | | WiredTigerRecordStore::waitForAllEarlierOplogWritesToBeVisible()
* SERVER-54408 Implement AsyncTry-until without future recursionMatthew Saltz2021-02-163-48/+284
|
* SERVER-51843 Blocklist sort_merge.js from mulitversion suitesMihai Andrei2021-02-161-0/+4
|
* SERVER-54057 Don't depend on python2 on RHEL 8 or Fedora >= 30Ryan Egesdahl2021-02-164-0/+16
|
* SERVER-54450 Send perf.json after dsi analysis stepRichard Samuels2021-02-162-8/+8
|
* SERVER-45236 Eliminate need to reiterate compile flags on the link lineAndrew Morrow2021-02-165-37/+91
|
* SERVER-53983: Add failpoint to block collection cache refreshes for ↵Daniel Gottlieb2021-02-162-0/+5
| | | | controlling unittest behavior.
* SERVER-54484 Use is_alive rather than removed isAliveAndrew Morrow2021-02-161-2/+2
|
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ↵Matthew Russotto2021-02-1610-20/+135
| | | | info to recipient via recipientSyncData cmd
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-166-5/+252
|
* SERVER-36794 Non-blocking plans with just one search term do not need an OR ↵Hartek Sabharwal2021-02-163-21/+71
| | | | stage
* SERVER-54090: enable ASAN tests after fixing SSL concurrencyAndrew Shuvalov2021-02-161-3/+3
|
* SERVER-54478 Fix issue where recipient primary failover after forget ↵Vishnu Kaushik2021-02-162-5/+77
| | | | migration can lead to the oplog buffer collection not being dropped on new primary
* SERVER-54534: No need to wait for writeConcern on aborting multi-document ↵Lingzhi Deng2021-02-163-32/+9
| | | | transactions
* SERVER-52760 Add shardsvr_reshard_collection command and a DDL coordinator ↵Marcos José Grillo Ramirez2021-02-1610-16/+308
| | | | to serialize behind other DDL operations
* SERVER-53105: Pass 'hint' when querying config.chunks in ↵Jordi Serra Torrens2021-02-1620-48/+218
| | | | ConfigServerCatalogCacheLoader
* SERVER-54566 Fixing the CatalogCacheLoader behavior when handling an update ↵Sergi Mateo Bellido2021-02-161-33/+41
| | | | | | | | | | | metadata format task It fixes 3 things: - Do not assume that after an update metadata format task there is always a common task that updates some chunks. - Minor bug computing the flag that specifies whether the results that are sent back to the CatalogCache must be patched-up. - Minor bug patching-up the results that are sent back.
* Import wiredtiger: 5641affc867b1e150b2528471b4a876ea999b2e7 from branch ↵Luke Chen2021-02-162-3/+5
| | | | | | | | | mongodb-5.0 ref: 87e004aa88..5641affc86 for: 4.9.0 WT-7162 Removing c++ test frameworks for memory sanitizer testing
* SERVER-53561 Disallow donorStartMigration command while upgrading or downgradingVesselina Ratcheva2021-02-161-0/+6
|
* SERVER-50580 SBE should obey ASSERT_MIN_TS_HAS_NOT_FALLEN_OFF_OPLOG flagBernard Gorman2021-02-157-35/+417
|
* SERVER-54482 Fix crash if collation.backwards param is undefined/nullA. Jesse Jiryu Davis2021-02-155-11/+26
|
* SERVER-52777 Fit refineShardKey in the DDL coordinator/participant modelPierlauro Sciarelli2021-02-155-38/+157
|
* Import wiredtiger: 87e004aa88066011b568709e49d209a63f0a9f97 from branch ↵Luke Chen2021-02-154-6/+9
| | | | | | | | | | mongodb-5.0 ref: 509f9db55e..87e004aa88 for: 4.9.0 WT-7183 Sort test filenames in test coverage document WT-7202 Check for no count in assertion
* SERVER-51823 Use classic engine to evaluate queries containing expressions ↵Anton Korshunov2021-02-14323-1095/+462
| | | | not supported in SBE
* SERVER-54469 ensure unique collection names in time-series tests (collMod ↵Benety Goh2021-02-131-23/+22
| | | | expireAfterSeconds)
* SERVER-54506 Add missing libdeps for hello.idlSara Golemon2021-02-131-0/+2
|
* SERVER-54093 Optimize allocation in javascript_heap_limit.jsCharlie Swanson2021-02-121-2/+2
|
* SERVER-54517 Remove redundant 'shouldFail()' around pauseWhileSet() for ↵Jason Chan2021-02-121-3/+2
| | | | hangAfterInitializingIndexBuild failpoint