summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45319 Add unit tests for CollectionShardingRuntimeMatthew Saltz2020-02-135-16/+352
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-122-0/+43
* SERVER-45892 Index operations from 4.2 mongos shouldn't abort migrationsJack Mulrow2020-02-122-7/+22
* SERVER-45900 Check for unsharded collection when submitting range deletion taskJack Mulrow2020-02-122-8/+86
* SERVER-42009 Forbid creation of collections with namespace names containing a $Geert Bosch2020-02-111-2/+1
* SERVER-45577 Submit range deletion tasks on fixed executorJack Mulrow2020-02-114-31/+210
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-1110-61/+268
* SERVER-45338 Make moveChunk robust to maxTimeMS expiring (fix auth after revert)Matthew Saltz2020-02-101-22/+65
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-102-6/+10
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-089-151/+19
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-079-19/+151
* SERVER-46016 Guard calls to _coordinator in MigrationSourceManager by checkin...Matthew Saltz2020-02-071-5/+5
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-066-20/+60
* SERVER-46005 Remove server code related to Track Unsharded Collections that i...Esha Maharishi2020-02-068-855/+1
* SERVER-45389 Add metrics tracking how often shards have inconsistent indexesCheahuychou Mao2020-02-064-1/+315
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-069-151/+40
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-069-40/+151
* Revert "SERVER-45338 Make moveChunk robust to maxTimeMS expiring"Matthew Saltz2020-02-051-61/+22
* SERVER-45901 Make moveChunk robust to being killOp'd after commit has been se...Esha Maharishi2020-02-051-21/+88
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-45338 Make moveChunk robust to maxTimeMS expiringMatthew Saltz2020-02-051-22/+61
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-1/+1
* SERVER-45740 submitRangeDeletionTask should delete range deletion task if fil...Esha Maharishi2020-02-052-1/+33
* SERVER-45850 Remove mutex guards on read access for _shardId and _clusterId i...Blake Oler2020-02-052-8/+13
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-0411-27/+133
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-037-46/+104
* SERVER-45752 opCtx interruption during migration critical section commit trig...Esha Maharishi2020-01-311-63/+2
* SERVER-45913 Suspend range deletion for racy MetadataManager unit testsMatthew Saltz2020-01-311-1/+11
* SERVER-45914 Make DEATH_TEST in range_deletion_util_test wait for futureMatthew Saltz2020-01-311-0/+1
* SERVER-45886 Lock the client in abortDueToConflictingIndexOperation before ma...Cheahuychou Mao2020-01-301-0/+1
* SERVER-45707 Test that range deletion tasks are eventually deleted even if co...Cheahuychou Mao2020-01-301-0/+4
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-307-27/+46
* SERVER-45800: Set client lastOp to max(prepareOpTime, lastAppliedOpTime, curr...Lingzhi Deng2020-01-301-10/+9
* SERVER-45499 Remove multiversion_incompatible flag from merge_with_drop_shard...Esha Maharishi2020-01-281-14/+10
* SERVER-45762 Also use AutoGetDb to take DBLock and higher-level locksEsha Maharishi2020-01-251-0/+1
* SERVER-45762 Take collection lock before calling CollectionShardingRuntime::s...Esha Maharishi2020-01-241-0/+1
* SERVER-45749 Tests in range_deletion_util_test.cpp that insert into config.ra...Esha Maharishi2020-01-242-4/+31
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-246-69/+236
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata i...Esha Maharishi2020-01-234-109/+160
* SERVER-45220 Complete TODO listed in SERVER-44716Esha Maharishi2020-01-221-2/+0
* SERVER-43832 Expose readConcern and writeConcern defaults in serverStatusJack Mulrow2020-01-212-0/+8
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-28/+33
* SERVER-45625 MigrationSourceManager should only attempt to set a decision on ...Esha Maharishi2020-01-211-1/+2
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-208-120/+165
* SERVER-45647 Remove lsid and txnNumber from MigrationCoordinator docAlex Taskov2020-01-186-58/+16
* SERVER-43918 Upgrade/downgrade process for compound hashed shard keysbanarun2020-01-171-0/+8
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-1522-1560/+236
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-152-4/+6
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-1411-85/+194
* SERVER-43439 Remove TODO to add call to waitForDatabaseFlushJanna Golden2020-01-141-5/+0