summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager_targeter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-8/+8
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-251-2/+2
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-111-1/+1
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-6/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-27/+19
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-041-8/+36
* SERVER-59181 Support delete operation for sharded time-series collectionsNikita Lapkov2021-10-011-5/+33
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-18/+56
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-311-0/+4
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-50/+49
* SERVER-58175 Round time values before routing inserts to sharded timeseries c...Nikita Lapkov2021-08-041-2/+5
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-07-211-9/+74
* SERVER-58271 Stop forcing collection version refreshes in chunk manager targeterTommaso Tocci2021-07-071-219/+29
* SERVER-58266 Stop forcing database version refreshes in chunk manager targeterTommaso Tocci2021-07-051-74/+12
* SERVER-57944 Ensure stale state is cleared after a refresh attemptMarcos José Grillo Ramirez2021-06-301-10/+7
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-0/+811
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-011-781/+0
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-31/+22
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-071-26/+20
* SERVER-27382 Remove usage of DBConfig::reload from ChunkManagerTargeterKaloian Manassiev2017-02-021-16/+11
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-85/+84
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-52/+126
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-6/+8
* 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