summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47446 Measure cpu time taken by operationsAmirsaman Memaripour2020-10-145-0/+424
* SERVER-51525 Allow dropping the temporary resharding collection to enable tes...jannaerin2020-10-141-1/+2
* SERVER-51510 Ensure that reshardingFields gets copied over from the enqueued ...jannaerin2020-10-141-1/+3
* SERVER-51511 Insert state documents for resharding donor/recipients upon firs...jannaerin2020-10-144-0/+36
* Import wiredtiger: 593ae41db7c2e454201f9f0539d8c74685f3242b from branch mongo...Chenhao Qu2020-10-1489-655/+1050
* SERVER-51514 ProgramRunner::launchProcess() should escape backslashes on WindowsGregory Wlodarek2020-10-132-3/+3
* SERVER-51227 Make find/getMore cmd with $_requestResumeToken on oplog report ...Judah Schvimer2020-10-134-38/+288
* SERVER-51282 Replace all remaining reference to master slave terminology in j...Ali Mir2020-10-1352-303/+301
* SERVER-51320 Remove CollectionLock to system.views from functions in ViewCata...Henrik Edin2020-10-131-16/+0
* SERVER-51509 Fix invalid CollectionPtr being passed in performSingleUpdateOp ...Henrik Edin2020-10-131-2/+5
* SERVER-51516 search criteria in recovery_wt_cache_full.js checks num ops onlyBenety Goh2020-10-131-1/+0
* SERVER-50374 Partially reduce jsCore execution varianceRichard Samuels2020-10-131-2/+2
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-1341-231/+602
* SERVER-49899 Create config.transactions cloner for resharding (merges txns)Eric Maynard2020-10-1310-99/+523
* SERVER-50973 Mark net.bindIpAll as conflicting with net.bindIpSara Golemon2020-10-131-0/+1
* SERVER-49959 Fix unitialized scalar field in collection catalogBrian DeLeonardis2020-10-131-1/+1
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2020-10-137-3/+70
* SERVER-51147 importRecordStore() and importSortedDataInterface() now import c...Gregory Wlodarek2020-10-136-59/+6
* SERVER-51353 Uncomment test case in validate_repair_mode.jsBrian DeLeonardis2020-10-131-2/+1
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-1314-192/+85
* SERVER-45551 Shield mongobridge tests from primary step downs by increasing e...Richard Samuels2020-10-132-7/+25
* SERVER-49446 Implement validation error generation for dependencies keywordMihai Andrei2020-10-138-111/+439
* SERVER-51491 Exclude reshard_collection_basic.js from sharding_continuous_con...Alex Taskov2020-10-131-0/+3
* SERVER-51434 Fix Build Logger time formatMark Benvenuto2020-10-131-2/+1
* SERVER-51180 Fix uninitialized variables in CollectionCatalog::iterator when ...Henrik Edin2020-10-132-4/+8
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-1380-361/+494
* SERVER-47755 Send SIGABRT as a fallback in the hang analyzerCarl Raiden Worley2020-10-123-7/+18
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Ben Caimano2020-10-1210-109/+32
* SERVER-51147 Generate the WT_SESSION::create() import stringGregory Wlodarek2020-10-122-0/+54
* SERVER-50495 Add 'uses_parallel_shell' tag to tests in jstests/core that use ...Cheahuychou Mao2020-10-1211-9/+11
* SERVER-50493 Make tenant_migration_jscore_passthrough simulate a complete mig...Cheahuychou Mao2020-10-125-46/+199
* SERVER-51497 Remove additional timestamps from response objects in ismaster.jsAli Mir2020-10-121-8/+17
* SERVER-51034 Write Upgrade Software Report for Black DuckMark Benvenuto2020-10-123-35/+321
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-1226-23/+74
* SERVER-49504: Allow resmoke's mongo shell to log to Jasperjulianedwards2020-10-1210-32/+109
* SERVER-51485 getCodePointLength fix use of absl internalsBilly Donahue2020-10-122-2/+19
* SERVER-51487 Remove test for convert to capped as an oplog entry type.Anthony Perkins2020-10-121-99/+0
* SERVER-51467 Set waitUntilStable to true when upgrading clusters in change_st...Ali Mir2020-10-121-2/+6
* SERVER-51482 enable 3nodetasks for disabled feature flags sys-perf variantBenety Goh2020-10-121-4/+1
* SERVER-51490 aggregate_operation_metrics.js should clear metrics after waitin...Louis Williams2020-10-121-1/+5
* SERVER-51465 update package tests for install_compassZakhar Kleyman2020-10-121-2/+4
* SERVER-49824 Add destined recipient to oplog entries from deletesAlex Taskov2020-10-122-0/+74
* SERVER-51348 makeReplWriterPool should respect threadCount argumentMatthew Russotto2020-10-121-1/+1
* SERVER-49454 Update ElementIterator interface to provide option to omit entir...Mindaugas Malinauskas2020-10-126-95/+238
* SERVER-47755 Send SIGABRT as a fallback in the hang analyzerCarl Raiden Worley2020-10-123-8/+53
* Import wiredtiger: 455f3a1077fdc177f98a810fdd67570f2a89e79a from branch mongo...Luke Chen2020-10-125-11/+198
* SERVER-51342 ShardRegistry should forget connection strings of removed shardsTommaso Tocci2020-10-112-0/+8
* SERVER-51412 Add an array of DonorShardIds to TypeCollectionReshardingFields ...Blake Oler2020-10-103-2/+11
* SERVER-51438 add sys-perf variant for testing disabled feature flagsBenety Goh2020-10-101-0/+23
* SERVER-48323: Have errorcodes.py accept a `--ticket` input to generate unique...Daniel Gottlieb2020-10-107-19/+167