summaryrefslogtreecommitdiff
path: root/src/mongo/s/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-161-0/+1
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-151-10/+15
* SERVER-21571 Do not leak ChunkManager object on errorKaloian Manassiev2016-01-071-12/+15
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-291-14/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-1008/+968
* SERVER-17300 Balancer tries to create config.tags index multiple timesRandolph Tan2015-03-041-0/+11
* SERVER-15691 acquiring balancer lock may fail and get stuck with concurrent w...Randolph Tan2015-01-221-5/+5
* SERVER-16913 Return connection to pool on mongos when checking config servers...Siyuan Zhou2015-01-201-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-061-2/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-191-1/+1
* SERVER-16184 repeated WriteBackListener error on out-of-order upgradeRandolph Tan2014-11-241-2/+0
* SERVER-15593 Initial autosplit heuristics are very aggressive when config ser...Randolph Tan2014-10-291-9/+28
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-4/+9
* SERVER-15523 cleanup initial connection in Config::reloadSettingsGreg Studer2014-10-151-34/+30
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-4/+12
* 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-1/+4
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13961 Get rid of some usages of dbexit from deep in sharding codeKaloian Manassiev2014-06-171-7/+0
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+2
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+1
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-12716 disable lastError for getChunkManager() exception caught-by-designgregs2014-02-141-0/+5
* SERVER-12548 make lockpings query more efficient for large nums of locksGreg Studer2014-02-101-0/+12
* SERVER-12548 add indexes to config.lockpings and config.locks in mongosGreg Studer2014-02-101-0/+24
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-18/+28
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-59/+122
* SERVER-9866 make ConfigServer::checkConfigServersConsistent check config.coll...Randolph Tan2013-12-031-7/+24
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+1
* SERVER-10532 add sentinel values for ChunkVersionGreg Studer2013-09-241-1/+1
* SERVER-4868: Record more in changelogPhillip Quiza2013-09-181-0/+24
* SERVER-10766 Always write lastmodEpoch field on config.collectionsRandolph Tan2013-09-131-1/+7
* SERVER-8678 Implement automated config schema upgrade from v4 to v5Randolph Tan2013-09-101-1/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* Removed old unused Model classShaun Verch2013-09-041-1/+0
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-141-0/+8
* Revert "SERVER-8869 command to merge co-located chunks"Greg Studer2013-08-131-8/+0
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-131-0/+8
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-3/+3
* SERVER-9076 Config Check. Includes Unit Testdaveh862013-07-031-0/+27
* SERVER-9864: make dbhash take a list of collections to hash and mongos check ...Eliot Horowitz2013-06-051-1/+5
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-66/+51
* SERVER-8844 config server not in sync message is misleadingGreg Studer2013-03-111-15/+20
* SERVER-8455 Fix buildbot failure caused by accessing uninitialized memoryRandolph Tan2013-02-091-1/+3
* SERVER-8455 explicitly kill connection on config errorEliot Horowitz2013-02-081-2/+5