summaryrefslogtreecommitdiff
path: root/src/mongo/s/metadata_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-1/+0
* SERVER-13256 Rename chunk_diff-inl.cpp to a header to reflect its usageAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16223 invariant not dassert on metadata reload sanity checksGreg Studer2014-11-181-2/+2
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-0/+2
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-8598 merge newest pending chunks from stored metadata with newest chun...Greg Studer2013-08-061-0/+60
* SERVER-8598 replace trySetVersion with epoch-safe refresh behaviorGreg Studer2013-07-261-8/+15
* SERVER-8598 minor fixes for metadata reload at zero versionGreg Studer2013-07-191-10/+14
* SERVER-8598 allow CollectionManager to track pending chunksGreg Studer2013-07-101-35/+90
* SERVER-9976 buildbot metadata_loader_test debug make sure we test optional fi...Greg Studer2013-06-201-4/+4
* SERVER-8598 minor fixup from reviewGreg Studer2013-06-171-8/+0
* SERVER-8598 preserve semantics of exception-on-conn-failure in trySetVersionGreg Studer2013-06-171-64/+45
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-96/+105
* SERVER-8598 minor CollectionManager refactor cleanup pre-integrationGreg Studer2013-06-041-18/+18
* SERVER-8598 push key expression evaluation out of ShardChunkManagerGreg Studer2013-06-041-2/+2
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-16/+8
* SERVER-939 abilitiy to distribute collections in a single dbRandolph Tan2013-01-171-3/+4
* SERVER-939 abilitiy to distribute collections in a single dbRandolph Tan2013-01-171-8/+9
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-9/+10
* SERVER-6313 config server timeouts not used in all placesRandolph Tan2012-12-111-2/+2
* SERVER-939 minor fixes to test cases for new type_ parsingGreg Studer2012-12-031-2/+1
* SERVER-939 new CollectionManager and MetadataLoader classes (not yet hooked).Alberto Lerner2012-11-291-0/+281