summaryrefslogtreecommitdiff
path: root/s/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanup replica set handlingEliot Horowitz2011-02-141-1/+1
* assert that you can't shard config dbEliot Horowitz2011-02-131-0/+3
* clean error mongos startup error handling when some config servers down SERVE...Eliot Horowitz2011-01-251-2/+2
* [SERVER-1992]: check if currentClient is 0, which can happen in mongosagirbal2011-01-111-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-143/+143
* SERVER-2253 check outcome of config changeAlberto Lerner2010-12-201-0/+7
* some replica set client cleaningEliot Horowitz2010-12-201-1/+1
* elim warning on widnowsDwight2010-12-201-1/+1
* update config servers when replica set config changes SERVER-1557Eliot Horowitz2010-12-201-0/+11
* make finding a stuck/slow migrate a bit easierAlberto Lerner2010-12-181-1/+1
* [SERVER-1992]: Log remote requestor for splits and migratesagirbal2010-12-161-2/+3
* Chunk/ChunkManager do not depend on ConfigDB anymoreAlberto Lerner2010-11-021-14/+15
* clean old migrate codeAlberto Lerner2010-10-301-20/+7
* SERVER-1974 logChange won't throwAlberto Lerner2010-10-201-25/+33
* expose first-chunk-creation logic and call it at 'shardcollection' commandAlberto Lerner2010-10-151-8/+11
* SERVER-1691 reorder ops to handle possible throw nicelyAlberto Lerner2010-09-301-2/+11
* SERVER-1849 allow recreating a recently dropped collectionAlberto Lerner2010-09-251-3/+3
* SERVER-1713 move testing code to proper place and adhere to dbtest coding pra...Alberto Lerner2010-09-211-1/+0
* move getLastError closer to actual opAlberto Lerner2010-09-171-3/+3
* call getLastError after each collection meta data changeEliot Horowitz2010-09-171-0/+3
* Bug fix: logChange() does't throw (can be called from destructorsAlberto Lerner2010-08-161-1/+7
* actually use checkConsistency variableEliot Horowitz2010-08-031-4/+6
* warningDwight2010-08-031-1/+1
* check for config server consistency on startupEliot Horowitz2010-08-031-4/+93
* check for null return from query()Dwight2010-08-021-0/+2
* SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner2010-07-281-197/+2
* SERVER-1497 Cant mix and match localhost and real IPsAlberto Lerner2010-07-281-0/+8
* Assert the true conditionAlberto Lerner2010-07-281-2/+2
* SERVER-1292 Prep work by moving shard adding logic to GridAlberto Lerner2010-07-261-5/+73
* make more commands work with mongos SERVER-1462Mathias Stearn2010-07-221-0/+9
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-1/+19
* SERVER-1280 Bring back the stop balancer markerAlberto Lerner2010-07-211-28/+37
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-07-211-151/+128
|\
| * break collections out of database object for sharding into own collection SER...Eliot Horowitz2010-07-211-144/+117
| * moving all saving logic into DBConfig SERVER-1427Eliot Horowitz2010-07-211-8/+12
* | SERVER-1418 Shard names now use padding zeroesAlberto Lerner2010-07-211-2/+23
|/
* not using Model for DBConfig - first step in SERVER-1427Eliot Horowitz2010-07-211-20/+59
* SERVER-1270 Elim c_str() /sAlberto Lerner2010-07-201-1/+1
* make sure configServer is setEliot Horowitz2010-07-191-0/+2
* count can recover from dropped dbsEliot Horowitz2010-07-161-10/+19
* SERVER-1185 split->multi-split and testingAlberto Lerner2010-07-141-1/+2
* log start/finish for drop database/collection SERVER-1406Eliot Horowitz2010-07-131-1/+4
* distlock pings, get rid of ourHostnameEliot Horowitz2010-07-131-4/+2
* More stringutil goodiesAlberto Lerner2010-07-041-8/+5
* Pull string manip code out of ConfigServerAlberto Lerner2010-07-031-11/+2
* saving DBConfig doesn't need to save ChunkManagersEliot Horowitz2010-07-021-8/+0
* capped collection creation race conditionEliot Horowitz2010-07-021-1/+7
* workong on moving migrate to mongod, cleaning, and version fixingEliot Horowitz2010-07-011-2/+19
* adding an index on config.chunks (ns,lastmod)Eliot Horowitz2010-06-291-0/+1
* Output 'logchange's to the stdout as wellAlberto Lerner2010-06-291-6/+5