summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-217-36/+27
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-21100-144/+102
* SERVER-46302 Modified bump_transaction_prevents_extra_deletion_task_write.js ...Alex Taskov2020-02-211-3/+0
* SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry unt...Randolph Tan2020-02-201-102/+173
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-206-38/+100
* SERVER-46075 Make new executor for submitting range deletion tasksMatthew Saltz2020-02-203-26/+48
* SERVER-46239 Add tests for range deletion with compound and hashed shard keysMatthew Saltz2020-02-201-2/+152
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-2010-21/+114
* SERVER-46143 ExecutorFuture class declaration should include MONGO_WARN_UNUSE...Esha Maharishi2020-02-202-3/+3
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-198-100/+109
* SERVER-46261 Fix typo in range_deletion_util.cppEsha Maharishi2020-02-191-1/+1
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-0/+5
* SERVER-46183 Make range deleter wait for replication only once at end of docu...Matthew Saltz2020-02-182-48/+96
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-3/+4
* SERVER-46086 Skip submitting ranges for deletion on secondaries.Max Hirschhorn2020-02-181-0/+4
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-181-1/+1
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-1/+1
* SERVER-45966 Add ClientMetadataPropagationEgressHook for NetworkInterface use...Gregory Noma2020-02-142-0/+3
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-3/+76
* SERVER-42617 Race in CloneDocumentsCatchesInsertErrors can causes it to retur...Tommaso Tocci2020-02-141-16/+20
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-149-19/+151
* SERVER-45741 Use WaitForMajorityService in migration coordinator stepup taskJack Mulrow2020-02-141-17/+22
* SERVER-46131 Fix race in retry loops in MigrationSourceManagerEsha Maharishi2020-02-131-14/+16
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-131-4/+6
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-1351-501/+1122
* 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