summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53909 increment resharding metrics in ReshardingCollectionClonerBilly Donahue2021-03-021-2/+5
* SERVER-52639 Fail resharding operation if new shard key includes arrayAlex Taskov2021-03-021-0/+81
* SERVER-54826 Prevent concurrent elections in txn_two_phase_commit_wait_for_ma...Jason Chan2021-03-011-2/+2
* SERVER-52758 Fit movePrimary in the DDL coordinator/participant modelPierlauro Sciarelli2021-03-011-1/+0
* SERVER-53568: Propagate an error when resharding completes with a non-empty s...Daniel Gottlieb2021-02-263-19/+213
* SERVER-54808: coll_timestamp_test.js should use mongos to query config.collec...Jordi Serra Torrens2021-02-261-4/+4
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-261-0/+1
* SERVER-54796 Blacklist blanacer_shell_commands.js from continuos config stepd...Tommaso Tocci2021-02-251-0/+6
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-254-8/+55
* SERVER-53908 Aggregate the donor approxBytesToCopy and approxDocumentsToCopy ...Amirsaman Memaripour2021-02-251-0/+22
* SERVER-54635 Add distlocks to resharding commandMarcos José Grillo Ramirez2021-02-242-9/+1
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-241-0/+60
* SERVER-54000 Make errors propagate from the ReshardingCoordinator to particip...Haley Connelly2021-02-235-125/+206
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-221-0/+119
* SERVER-53393 Add evg variants for ShardingTaskExecutorPoolReplicaSetMatchingGeorge Wangensteen2021-02-221-0/+2
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-228-7/+135
* SERVER-54577: Have tests using `testReshardCloneCollection` explicitly preser...Daniel Gottlieb2021-02-222-2/+22
* SERVER-54488 Fix rename code checking for multiversion suitesPierlauro Sciarelli2021-02-221-7/+4
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-217-109/+121
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-193-7/+43
* SERVER-54132: Review usages of config.collections 'dropped' fieldJordi Serra Torrens2021-02-195-5/+27
* SERVER-54330 Ensure inserts succeed in updates_to_rangedeletions_collection_t...Pierlauro Sciarelli2021-02-191-5/+5
* SERVER-53918 Enforce minimumReshardingDurationAmirsaman Memaripour2021-02-181-0/+85
* SERVER-52921 Integrate config.txn cloner for resharding into RecipientStateMa...Randolph Tan2021-02-171-0/+75
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-175-0/+14
* SERVER-50017 Remove unused parameters in getShardVersion responseCheahuychou Mao2021-02-172-7/+0
* SERVER-53374 Clean up oplog related collections created for reshardingjannaerin2021-02-171-0/+36
* SERVER-52760 Add shardsvr_reshard_collection command and a DDL coordinator to...Marcos José Grillo Ramirez2021-02-162-1/+2
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-0/+71
* SERVER-54093 Optimize allocation in javascript_heap_limit.jsCharlie Swanson2021-02-121-2/+2
* SERVER-53907: resharding donors report approxBytesToClone and approxDocuments...LaMont Nelson2021-02-121-0/+114
* SERVER-54442 Test that operation context does not keep aborted transaction me...Pierlauro Sciarelli2021-02-111-122/+0
* SERVER-54182: Add logging to improve debugging of aggregation_currentop.jsHana Pearlman2021-02-111-7/+9
* SERVER-54417 Rely on donors to pin own history in resharding tests.Max Hirschhorn2021-02-111-5/+0
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-2/+16
* SERVER-53214 Write a test that ensures we don't remove a BSON type in API Ver...Shreyas Kalyan2021-02-101-0/+99
* SERVER-54185 shard_aware_init_secondaries.js should use initiateWithHighElect...Pavi Vetriselvan2021-02-091-1/+1
* SERVER-53842 Count the number of resharding attempts in resharding metricsAmirsaman Memaripour2021-02-091-3/+4
* SERVER-54331 Extend dropCollection test coverageTommaso Tocci2021-02-084-164/+270
* SERVER-54376 Extend dropDatabase test coverageTommaso Tocci2021-02-086-163/+228
* SERVER-53786 Test WriteConcernErrors are preserved with the mongos implementa...Shreyas Kalyan2021-02-061-0/+13
* SERVER-54131 zone_changes_range.js test has a race condition in runBalancer()Alexandre Bique2021-02-051-5/+8
* SERVER-54158 Missing shard metadata refresh from the CS in coll_timestamp_tes...Sergi Mateo Bellido2021-02-051-0/+2
* SERVER-53520 Assert recipients own all their docs in ReshardingTest.Max Hirschhorn2021-02-052-21/+143
* SERVER-50976 Add currentOp reporting for ReshardingCoordinatorService InstancesAmirsaman Memaripour2021-02-051-1/+10
* SERVER-53751 Make some findMatchingLogLine tests tolerate higher log levelDavid Percy2021-02-051-6/+10
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-052-0/+12
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-051-0/+1
* SERVER-51021 Add currentOp reporting for ReshardingRecipientService InstancesAmirsaman Memaripour2021-02-051-1/+21
* SERVER-53827 Use assert.soon instead of assert.eq to wait for range deletion ...Marcos José Grillo Ramirez2021-02-041-5/+9