summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_remote.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-1/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-1/+1
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+4
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-251-4/+0
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+4
* SERVER-50907 Make Shard objects cache their own connection stringsKevin Pulo2020-09-261-15/+13
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* 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-3/+3
* 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-14/+16
* SERVER-36122 Add capability to send 'fire and forget' commands to ShardRemoteRandolph Tan2018-08-301-0/+19
* 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/+17
* 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/+5
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-011-11/+12
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-101-12/+11
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-141-4/+1
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-0/+1
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-121-4/+4
* 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-6/+8
* 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/+10
* 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-3/+1
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-201-0/+98