summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38180 Do not ignore ChunkManager's cluster time when constructing Cons...Andy Schwerin2018-11-191-3/+3
* SERVER-37918 Improve the messaging around corrupted routing metadataKaloian Manassiev2018-11-051-10/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-091-16/+0
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-091-5/+0
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-2/+3
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-0/+8
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-17/+19
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-108/+197
* SERVER-33929 Remove ChunkRangeMap from the chunk manager.Martin Neupauer2018-03-191-45/+7
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-131-4/+36
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+9
* SERVER-29817 Move all ChunkManager construction logic into chunk_manager.cpp;...Andy Schwerin2017-07-121-14/+36
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-051-4/+47
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-63/+40
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-40/+63
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-63/+40
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-15/+10
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-271-38/+50
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-181-27/+4
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-11/+18
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-14/+12
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-251-2/+0
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-5/+0
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-14/+1
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+2
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-3/+8
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-6/+19
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-1/+8
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-3/+3
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-091-61/+29
* SERVER-22667 Cleanup ChunkManager encapsulationKaloian Manassiev2016-04-281-77/+72
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-2/+5
* SERVER-23484 Move Chunk::genID to ChunkTypeKaloian Manassiev2016-04-041-1/+2
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-4/+4
* Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"Kaloian Manassiev2015-12-161-4/+4
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-4/+4
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-1/+5
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-1/+2
* Revert "Revert "SERVER-19736 Add opTime invariant checks when updating cached...Kaloian Manassiev2015-08-171-1/+10
* Revert "SERVER-19736 Add opTime invariant checks when updating cached config ...Eric Milkie2015-08-171-10/+1
* SERVER-19736 Add opTime invariant checks when updating cached config server dataRandolph Tan2015-08-141-1/+10
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-9/+0
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-0/+9
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-5/+9
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-1/+1
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-1/+1
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-1/+1