summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-53080 generate optimized covered shard filtering plans in SBEDavid Storch2021-02-1217-173/+646
| | | | | | When the SHARDING_FILTER stage's child is an IXSCAN, we will generate a plan where the slots built from pieces of the IXSCAN's keys are used directly to determine the shard key.
* SERVER-54475 Add SSPL to shim files. Refactor sspl check.Billy Donahue2021-02-128-80/+137
| | | | | | | | | simplecpplint.py Improve license check Clearer exception handling Fix process exit code (success:0, lintFail:1, internalError:2) Add '-present' year range suffix to copyright notice in a few c++ files.
* SERVER-54509: TenantOplogBatcher should transition to complete when it fails ↵Lingzhi Deng2021-02-121-0/+5
| | | | to schedule the next batch and is shutting down
* SERVER-52677 CheckReplDBHashInBackground output is appearing in FSM workload ↵Carl Raiden Worley2021-02-121-1/+1
| | | | --log=buildlogger output
* SERVER-51843 [SBE] Support MERGE_SORT stage with children that are not fetchedMihai Andrei2021-02-1212-121/+383
|
* SERVER-50990: Include usernames and roleNames in createIndex audit eventVarun Ravichandran2021-02-123-1/+32
|
* SERVER-54502 Fix dependencies for transport_testAmirsaman Memaripour2021-02-121-0/+1
|
* SERVER-54496 Tenant migration donor should not specify timeout for ↵Cheahuychou Mao2021-02-122-3/+43
| | | | recipientSyncData command
* SERVER-53962 Move UMC audit hooks to OpObserverssergey.galtsev2021-02-125-3/+43
|
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2021-02-128-12/+97
|
* SERVER-54172 SERVER-54181 Make verify_index_stats_output.js wait for ↵Nikita Lapkov2021-02-122-18/+50
| | | | hangAfterStartingIndexBuild failpoint to be hit and disable secondary reads
* SERVER-54453 Backup and restore to exercise time-series collectionsGregory Wlodarek2021-02-1216-0/+132
|
* SERVER-54388 Fix variable shadowing in document_source_set_window_fields.cppNick Zolnierz2021-02-121-2/+2
|
* Import wiredtiger: 509f9db55e5288e864564cccbb5822fe8b3c9fd3 from branch ↵Luke Chen2021-02-1220-182/+270
| | | | | | | | | | | | mongodb-5.0 ref: 989de21a3d..509f9db55e for: 4.9.0 WT-6714 Update API documentation for WT exposed APIs WT-7070 Triage column store HS test failures WT-7184 Prevent non-ASCII input in doc files WT-7192 Fix failing assert when in-use dhandle can't be reopened
* Revert "SERVER-53714 Add removable $min/$max window functions"Gregory Wlodarek2021-02-126-251/+5
| | | | This reverts commit 47849f3b6d7e5aa3765dc470bf396f83398a5552.
* Revert "SERVER-54453 Backup and restore to exercise time-series collections"Gregory Wlodarek2021-02-121-80/+0
| | | | This reverts commit dc75e9f2fb48aab02a7b5b848e326e4478edb449.
* SERVER-50495 Make tenant_migration_jscore_passthrough simulate migrations ↵Cheahuychou Mao2021-02-125-271/+485
| | | | that commit
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ↵Andrew Shuvalov2021-02-128-89/+151
| | | | own instance of SSLManagerInterface
* SERVER-53907: resharding donors report approxBytesToClone and ↵LaMont Nelson2021-02-127-16/+187
| | | | approxDocumentsToClone
* SERVER-53823 Move multiversion tenant migration tests into correct directoryVesselina Ratcheva2021-02-126-211/+222
|
* SERVER-50465 Package tests not run on ARM hostsBrian McCarthy2021-02-123-42/+33
|
* SERVER-54073 Add support for -alpha prereleasesJohn Chen2021-02-122-3/+9
|
* SERVER-53496 Make TenantMigrationFixture take in separate mongod options for ↵Jason Zhang2021-02-122-6/+12
| | | | each replica set
* SERVER-54479 Fix typo in the name for ↵Cheahuychou Mao2021-02-122-3/+3
| | | | pauseTenantMigrationAfterPersistingInitialDonorStateDoc
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-118-69/+124
|
* SERVER-54334 Remove deprecated sharding_misc suiteCarlos Anaya2021-02-111-344/+0
|
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-116-5/+251
|
* SERVER-53209 Check for incompatible changes in ErrorReply in IDL ↵Huayu Ouyang2021-02-117-0/+269
| | | | compatibility checker script
* SERVER-54458 update vendored scons to use uuid instead of pid for cachedirDaniel Moody2021-02-111-1/+3
|
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ↵Gregory Wlodarek2021-02-118-145/+93
| | | | | | own its own instance of SSLManagerInterface" This reverts commit 8e1cd3402cc0c27d1332ac78a93919bd17d3d556.
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ↵Gregory Wlodarek2021-02-112-12/+0
| | | | | | own its own instance of SSLManagerInterface" This reverts commit b731eff97e575dfc6673065eb61cf26bd7644f58.
* SERVER-54442 Test that operation context does not keep aborted transaction ↵Pierlauro Sciarelli2021-02-113-147/+45
| | | | metadata on step-up
* SERVER-54459 TypedCommandify the logout commandSara Golemon2021-02-112-25/+44
|
* SERVER-54012 DurableCatalog::importCollection() handles collections without ↵Gregory Wlodarek2021-02-111-5/+4
| | | | indexes
* SERVER-54012 DurableCatalogTest::ImportCollection to handle missing idxIdentGregory Wlodarek2021-02-111-6/+0
|
* SERVER-54182: Add logging to improve debugging of aggregation_currentop.jsHana Pearlman2021-02-111-7/+9
|
* SERVER-53744 Fix build on FreeBSD/powerpc64le.Piotr Kubaj2021-02-113-0/+19
| | | | | | | | | | Changes done: 1. Patch MozJS registers for R01_sig and R32_sig on FreeBSD/powerpc64le. 2. Add stanza for ppc64le/freebsd to extract script. Signed-off-by: Andrew Morrow <acm@mongodb.com> Closes #1390
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ↵Andrew Shuvalov2021-02-112-0/+12
| | | | own instance of SSLManagerInterface
* SERVER-54453 Backup and restore to exercise time-series collectionsGregory Wlodarek2021-02-111-0/+80
|
* SERVER-54426 Set all expected promises when committing time-series bucketGregory Noma2021-02-113-6/+29
|
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-1110-12/+14
|
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ↵Andrew Shuvalov2021-02-118-93/+145
| | | | own instance of SSLManagerInterface
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-1117-133/+759
|
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation ↵Nikita Lapkov2021-02-1117-118/+486
| | | | expressions error handling
* SERVER-54412 DEATH_TEST must tolerate EINTR from getlineBilly Donahue2021-02-111-2/+8
|
* Import wiredtiger: 989de21a3dde4c864492093ac4059e2228b9919e from branch ↵Luke Chen2021-02-1114-336/+374
| | | | | | | | | | | mongodb-5.0 ref: 919286975f..989de21a3d for: 4.9.0 WT-7028 Sweep thread shouldn't lock during checkpoint gathering handles WT-7143 Collect data on failing assert when in-use dhandle can't be reopened WT-7181 Turn off LSM tests in test/format
* SERVER-54451: Have setup_spawnhost_coredump extract unittest binaries/debug ↵Daniel Gottlieb2021-02-111-0/+4
| | | | symbols.
* SERVER-53950: fix ASAN errors when migration recipient is stuck on step downAndrew Shuvalov2021-02-116-15/+52
|
* SERVER-52972 Retry drop role transactions in UMC commandSara Golemon2021-02-111-65/+126
|
* SERVER-54417 Rely on donors to pin own history in resharding tests.Max Hirschhorn2021-02-111-5/+0
|