summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-57973 CreateCollectionCoordinator should use {multi:true} when deletin...Jordi Serra Torrens2021-06-231-2/+2
* SERVER-56010 Wait for primary services to finish rebuilding before completing...Wenbin Zhu2021-06-227-49/+134
* SERVER-57900 Repair dependency edges for the tools packageAndrew Morrow2021-06-2212-20/+20
* SERVER-55724 Support external metapackage repositoryRyan Egesdahl2021-06-2218-270/+606
* SERVER-57661 Recipient primary should wait on a different failpoint in tenant...Vishnu Kaushik2021-06-221-13/+22
* SERVER-57875 stopReplicationOnSecondaries needs to wait for replication after...Moustafa Maher2021-06-221-1/+3
* SERVER-57709 Make MigrationDestinationManager's inserter thread interruptible...Cheahuychou Mao2021-06-221-1/+4
* SERVER-57328 Make ReplSetTest.upgradeSet() tolerant of reelectionsSara Golemon2021-06-221-3/+6
* SERVER-57754 Tenant Oplog Applier doesn't grab the RSTL before reserving oplo...Vishnu Kaushik2021-06-221-0/+4
* SERVER-57877 TenantOplogApplier operations must be interruptible on step down...Vishnu Kaushik2021-06-221-0/+8
* SERVER-57627 Change upgrade/downgrade CWWC and CWRC warning tests to match on...Huayu Ouyang2021-06-222-18/+18
* SERVER-57261 Enable tenant migration kill primary passthrough with commitsr5.0.0-rc3Pavi Vetriselvan2021-06-221-5/+9
* SERVER-57261 Enable tenant migration terminate primary passthrough with commitsPavi Vetriselvan2021-06-221-3/+1
* SERVER-57261 Enable tenant migration stepdown passthrough with commitsPavi Vetriselvan2021-06-221-3/+1
* SERVER-57715 Catch network errors during rerouted insert in inject_tenant_pre...Pavi Vetriselvan2021-06-221-17/+36
* SERVER-55293 Update syntax for backports_required_for_multiversionMikhail Shchatko2021-06-223-205/+256
* SERVER-57847 RenameRangeDeletionsTest fixture should join the MigrationUtilEx...Pierlauro Sciarelli2021-06-221-6/+13
* SERVER-57861 Exclude move_chunk_allowMigrations.js from does_not_support_step...Antonio Fuschetto2021-06-221-0/+1
* SERVER-57708 Ensure ClientMetadata left in valid state after failed parsingGeorge Wangensteen2021-06-212-16/+60
* SERVER-57745 Fix race in inserting oplog entries to be applied before calcula...Jason Chan2021-06-211-2/+10
* SERVER-57161 fully re-enable generational fuzzer tasks on v5.0Kyle Suarez2021-06-211-91/+45
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-214-8/+31
* SERVER-56307 fix name of server parameterPaolo Polato2021-06-212-3/+3
* SERVER-56307 Ensure that the estimated size of an object id is always bigger ...Paolo Polato2021-06-211-3/+4
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-215-7/+83
* SERVER-57844 Minor timestamp-consistency issue between the ChunkManager/SSCCL...Sergi Mateo Bellido2021-06-215-64/+291
* SERVER-57753 Wrap versionArray command in an assert.commandWorked in getHashe...Huayu Ouyang2021-06-211-1/+1
* SERVER-57859 DDL coordinators must indefinitely retry on CommandNotFound errorPierlauro Sciarelli2021-06-211-1/+2
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-2114-33/+240
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-219-18/+37
* SERVER-57787: Exclude geo_big_polygon3.js from tenant migration passthrough s...Lingzhi Deng2021-06-211-0/+1
* SERVER-57845 Wrap insert into assert.commandWorked in shell_uses_correct_read...Mikhail Shchatko2021-06-181-1/+1
* SERVER-57744 Use retryable writes when removing chunks from the manual interv...Marcos José Grillo Ramirez2021-06-181-2/+4
* SERVER-57273 remove flow_control_replica_set.jsBenety Goh2021-06-181-66/+0
* SERVER-57768 Reset deprecated opcounters on wrapIrina Yatsenko2021-06-181-0/+7
* SERVER-56424 Sorter detects and converts out of disk space system error rathe...Benety Goh2021-06-181-0/+8
* SERVER-56424 index build fasserts when system runs out of disk spaceBenety Goh2021-06-181-0/+6
* SERVER-56508 Update Compressor LevelsMonica Ng2021-06-181-1/+1
* SERVER-57631 Fix blackduck parser for yhirose/cpp-peglibMark Benvenuto2021-06-181-1/+6
* SERVER-55434 Log when Resharding Donor/Recipient coordinator updates are unsu...Haley Connelly2021-06-172-2/+22
* SERVER-57478 Remove code related to local.system.resharding.slimOplogForGraph...Haley Connelly2021-06-1711-179/+1
* SERVER-57558 Include time-series collections in listCollections with authoriz...Gregory Noma2021-06-172-32/+22
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-1712-47/+56
* SERVER-57562 Check if Collection or View exist on namespace before creating t...Henrik Edin2021-06-172-2/+95
* SERVER-57678 Take MODE_X collection lock when dropping timeseries view.Henrik Edin2021-06-171-0/+7
* SERVER-57270 Disable prepare_read_cursor_out_of_bounds.js on ephemeralForTestGregory Wlodarek2021-06-171-0/+1
* SERVER-57660 Fail time-series inserts if buckets collection does not existGregory Noma2021-06-172-3/+86
* SERVER-57300 Fix logic for detecting numeric path component to avoid executin...Andrii Dobroshynski2021-06-172-10/+96
* SERVER-56632 Fix test for sync source entering quiesce modeVesselina Ratcheva2021-06-171-16/+10
* SERVER-56971 Create a valid heartbeat handle in handleHeartbeatResponse_forTestVesselina Ratcheva2021-06-172-1/+59