summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-3/+0
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-281-0/+17
* SERVER-33016 API to get/set lastCommittedOpTime on ShardJack Mulrow2018-03-061-0/+18
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-061-0/+5
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-1/+3
* SERVER-29034 change Shard::runBatchWriteCommandOnConfig to run write commands...Esha Maharishi2017-05-011-5/+7
* SERVER-28893 make Shard::CommandResponse include the exact host that sent the...Esha Maharishi2017-04-241-22/+17
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-011-22/+23
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-101-23/+22
* SERVER-25999 add list of error codes to Shard that can be used to determine w...Dianna Hohensee2016-10-281-0/+8
* SERVER-25832 Add version of Shard::runCommand that retries indefinitely, and ...r3.3.12Spencer T Brody2016-08-291-2/+3
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-291-0/+25
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-261-25/+0
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-261-0/+25
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-5/+25
* SERVER-25050 Cleanup Strategy and Shard classKaloian Manassiev2016-07-301-5/+5
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-121-4/+28
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-0/+11
* SERVER-24443 Add repl::ReadConcernLevel to Shard::exhaustiveFindOnConfigDianna Hohensee2016-06-221-6/+13
* SERVER-24379 Implement ShardingCatalogMangerImpl::addShardToZoneRandolph Tan2016-06-211-0/+9
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-2/+1
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-231-6/+4
* SERVER-23211 Remove all callers of ShardRegistry::runCommandOnConfigWithRetriesSpencer T Brody2016-05-021-8/+8
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnShardSpencer T Brody2016-05-021-1/+1
* SERVER-23835 Remove metadata argument from Shard::runCommandSpencer T Brody2016-05-021-3/+1
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-281-3/+32
* SERVER-23496 adding ShardLocal class, child class of ShardDianna Hohensee2016-04-271-23/+25
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-201-60/+44
* SERVER-23497 add RemoteShard class (temporarily called Shard)Esha Maharishi2016-04-191-5/+46
* SERVER-23498 Add ShardFactoryMisha Tyulenev2016-04-141-5/+23
* SERVER-20629 make Shard return member variables by value or by shared_ptrEsha Maharishi2015-09-301-5/+5
* SERVER-19875 Remove Shard::reloadShardInfo() static method in favor of callin...Spencer T Brody2015-08-251-2/+0
* SERVER-19969 Handle config server's connection string changeKaloian Manassiev2015-08-171-0/+5
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-2/+0
* SERVER-18592 CatalogMangerReplicaSet implementation of removeShard methodSpencer T Brody2015-07-071-2/+0
* SERVER-19111 Get rid of ShardStatusKaloian Manassiev2015-06-291-28/+0
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-6/+0
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-0/+6
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-6/+0
* SERVER-19111 Move shard selection functionality out of ShardKaloian Manassiev2015-06-251-6/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-84/+95
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-171-6/+18
* SERVER-18947 Remove Shard::getCommandRunnerKaloian Manassiev2015-06-171-3/+0
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-171-4/+5
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18464 Cleanup unused code and tests from ShardKaloian Manassiev2015-06-101-33/+2
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-15/+16