summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager_targeter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+3
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-6/+7
* SERVER-23609 Introduce RAII class for retrieving sharding cache objectsKaloian Manassiev2016-04-291-24/+24
* SERVER-22667 Cleanup ChunkManager encapsulationKaloian Manassiev2016-04-281-5/+5
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-201-5/+5
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-2/+3
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-3/+4
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-151-8/+4
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-7/+9
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-17/+5
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-4/+4
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-5/+17
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-17/+5
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-5/+17
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-5/+4
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-20/+25
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-583/+523
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-0/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-21/+18
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-5/+6
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-40/+20
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-239/+248
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-13/+9
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-74/+123
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-16/+16
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-8994: Build fixes for boost 1.55.0 with gcc & msvcMark Benvenuto2014-06-061-1/+1
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+2
* SERVER-14138 mongos incorrectly targets multiple shards for nested field shar...Greg Studer2014-06-051-10/+48
* SERVER-13812 Catch exception thrown by getShardsForQuery for geo querySiyuan Zhou2014-05-021-1/+5
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-011-1/+25
* SERVER-13207 Unordered batch writes to a shard with version mismatch can trig...Randolph Tan2014-03-171-4/+18
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-5/+33
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-0/+14
* SERVER-11759 errmsg is empty on sharding create index errorRandolph Tan2013-11-201-3/+18
* SERVER-10818 correctly enforce targeting for upsert/multi/justOne flagsGreg Studer2013-11-111-34/+120
* SERVER-10818 change targeting logic to support _id-style save()Greg Studer2013-11-111-11/+67
* SERVER-10818 fixes for basic batch downconversionGreg Studer2013-11-081-23/+32
* SERVER-10818 valve to upconvert all writes to batch writes in mongosGreg Studer2013-11-061-2/+2
* SERVER-10818 changes for system.indexes write opsGreg Studer2013-11-011-0/+22
* SERVER-10818 host resolver to handle DBClientRS connectionsGreg Studer2013-11-011-6/+3
* SERVER-10866 Figure out split triggering mechanismRandolph Tan2013-10-301-0/+27
* SERVER-10866 Figure out split trigger mechanismRandolph Tan2013-10-251-0/+10
* SERVER-10532 mongos batched write protocol onlineGreg Studer2013-10-091-3/+2
* SERVER-10532 batch write executor and unit testsGreg Studer2013-10-071-1/+7
* SERVER-10532 fix unused variable for non-debug buildsGreg Studer2013-10-031-2/+1