summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_registry.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-21169 Make internal CSRS config server reads retriableKaloian Manassiev2015-10-301-8/+13
* SERVER-21206 make ShardRegistry::_lookup an unordered_mapAdam Midvidy2015-10-301-1/+2
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-131-0/+8
* SERVER-20082 add maxTimeMs to config catalog operationsMisha Tyulenev2015-10-131-2/+5
* SERVER-20855 Don't update ShardRegistry with staler information than it curre...Spencer T Brody2015-10-121-0/+3
* SERVER-20855 Small cleanups and logging improvementsSpencer T Brody2015-10-121-7/+0
* Revert "SERVER-20082 Add OperationContext parameter to config methods in Shar...Max Hirschhorn2015-10-061-5/+2
* SERVER-20082 Add OperationContext parameter to config methods in ShardRegistryMisha Tyulenev2015-10-061-2/+5
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-25/+35
* SERVER-20629 make Shard return member variables by value or by shared_ptrEsha Maharishi2015-09-301-5/+6
* SERVER-20498 Get config server optime from metadata response from shards auto...Spencer T Brody2015-09-281-7/+0
* SERVER-20645 SERVER-20487 Store lastVisibleOpTime instead of lastCommittedOpT...Spencer T Brody2015-09-281-12/+0
* SERVER-20487 Advance config server opTime on write errorRandolph Tan2015-09-211-2/+21
* SERVER-19855 Update config server optime based on response metadata from runn...Spencer T Brody2015-09-181-0/+8
* SERVER-19855 SERVER-20425 Make ShardRegistry responsible for tracking the con...Spencer T Brody2015-09-181-16/+24
* SERVER-20294 Update ShardRegistry on-demand on changes to shard replica set m...Spencer T Brody2015-09-091-20/+17
* SERVER-19608 Send shard initialization data when talking through NetworkInter...Spencer T Brody2015-09-021-13/+57
* SERVER-19608 Give runCommand methods on ShardRegistry a txn, unless they only...Spencer T Brody2015-09-021-15/+26
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-4/+24
* SERVER-19969 Handle config server's connection string changeKaloian Manassiev2015-08-171-9/+7
* SERVER-19543 Don't store a pointer to the CatalogManager in the ShardRegistrySpencer T Brody2015-08-131-4/+0
* SERVER-19914 Move ownership of config server connection string from CatalogMa...Spencer T Brody2015-08-131-2/+10
* SERVER-19390 Make config server queries do read committedRandolph Tan2015-08-111-5/+13
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-0/+20
* SERVER-19404 Move runCommandWithNotMasterRetries to the shard registry so it ...Spencer T Brody2015-07-281-1/+17
* SERVER-19414 Clean up ShardRegistry initializationSpencer T Brody2015-07-161-4/+9
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-1/+1
* Revert "Revert "SERVER-19111 Move common addShard functionality to CatalogMan...Kaloian Manassiev2015-07-031-0/+10
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-011-10/+0
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-301-0/+10
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-2/+2
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-9/+0
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-0/+9
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-9/+0
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-0/+14
* SERVER-19021 CatalogManagerReplicaSet implementation of logChange methodSpencer T Brody2015-06-261-0/+11
* SERVER-19078 getChunks should accept sort and limitKaloian Manassiev2015-06-231-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-117/+122
* SERVER-18589 Fix compile failureRandolph Tan2015-06-191-1/+1
* SERVER-18589 Refactor find and runCommand from CatalogManagerRSRandolph Tan2015-06-191-0/+25
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-1/+4
* SERVER-18996 Implement getAllShards for RS Catalog Manager.Daniel Alabi2015-06-171-1/+6
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-171-11/+0
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-161-5/+17
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-7/+6
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-101-1/+12
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-6/+27
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-4/+4
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-7/+8
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-3/+9