summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_local.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-100/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36122 Add capability to send 'fire and forget' commands to ShardRemoteRandolph Tan2018-08-301-0/+5
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-281-0/+7
* SERVER-33016 API to get/set lastCommittedOpTime on ShardJack Mulrow2018-03-061-0/+4
* SERVER-31187 refactor ShardLocal and move some functionality to RSLocalClientMisha Tyulenev2017-09-201-27/+2
* SERVER-28893 make Shard::CommandResponse include the exact host that sent the...Esha Maharishi2017-04-241-5/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-011-14/+15
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-101-15/+14
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-0/+1
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-131-1/+1
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-121-4/+4
* Revert "SERVER-24532 adding MigrationManager to manage parallel migrations"Dianna Hohensee2016-07-121-1/+1
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-111-1/+1
* SERVER-24817 Make ShardLocal wait for writes it performed when doing majority...Spencer T Brody2016-07-071-0/+27
* Revert "SERVER-24817 Make ShardLocal wait for writes it performed when doing ...Eric Milkie2016-07-061-19/+0
* SERVER-24817 Make ShardLocal wait for writes it performed when doing majority...Spencer T Brody2016-07-061-0/+19
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-0/+5
* SERVER-24443 Add repl::ReadConcernLevel to Shard::exhaustiveFindOnConfigDianna Hohensee2016-06-221-0/+1
* SERVER-23211 Remove all callers of ShardRegistry::runCommandOnConfigWithRetriesSpencer T Brody2016-05-021-2/+2
* SERVER-23835 Remove metadata argument from Shard::runCommandSpencer T Brody2016-05-021-2/+1
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-281-2/+4
* SERVER-23496 adding ShardLocal class, child class of ShardDianna Hohensee2016-04-271-0/+73