summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* some logging in chunk.cpp for chunk cloadingEliot Horowitz2011-06-061-1/+9
* don't always mark sharding data as dirtyEliot Horowitz2011-06-061-0/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2011-06-051-7/+12
|\
| * cleaning some balancing logicEliot Horowitz2011-06-051-7/+12
* | clean up nonce implementationdwight2011-06-051-1/+1
|/
* always use parallelcursor SERVER-3086gregs2011-06-031-7/+1
* SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight2011-06-011-5/+5
* check for manager before using CS-666gregs2011-05-311-2/+4
* wait for from writebacks in balancer CS-635gregs2011-05-311-0/+8
* tuning sharding retriesEliot Horowitz2011-05-291-2/+2
* increased assert verbosityEliot Horowitz2011-05-271-2/+2
* fix spinlock deadlockEliot Horowitz2011-05-261-3/+5
* use firstElementFieldName()dwight2011-05-234-6/+6
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-233-46/+58
* fix moveChunk on new mongos SERVER-2828Eliot Horowitz2011-05-191-4/+10
* throw StaleConfigException for passthrough command failure with stale config ...Eliot Horowitz2011-05-191-0/+4
* more debugging for buildbotEliot Horowitz2011-05-191-1/+7
* put all connections that are assigned to ShardConnection into sharded state i...Eliot Horowitz2011-05-191-2/+14
* don't unset sharding state when a shard connection is doneEliot Horowitz2011-05-193-22/+9
* get copy of shard for reset, make safe for balancer thread - SERVER-3114gregs2011-05-191-12/+15
* make ShardConnection::sync as simple as neededEliot Horowitz2011-05-191-7/+2
* more commentsEliot Horowitz2011-05-191-0/+1
* prep for multiplexing connections between mongos and mongod more effectivelyEliot Horowitz2011-05-184-4/+28
* more diagnostic fieldsEliot Horowitz2011-05-181-0/+1
* better diagnostic messageEliot Horowitz2011-05-181-1/+1
* nicer error message for bad shard seed listKristina2011-05-181-1/+2
* added a spinlock around _cloneLocsEliot Horowitz2011-05-181-4/+19
* fix locking and commentEliot Horowitz2011-05-181-6/+10
* typoEliot Horowitz2011-05-181-1/+1
* made PeriodicTask more explicityEliot Horowitz2011-05-172-3/+3
* convert WriteBack cleaner to periodic taskEliot Horowitz2011-05-173-22/+7
* Corrected spelling of the word 'available'Brendan W. McAdams2011-05-171-1/+1
* cleaningEliot Horowitz2011-05-161-1/+1
* update chunk meta data on certain setShrdVersion failuresEliot Horowitz2011-05-162-0/+6
* nicer error messageEliot Horowitz2011-05-161-2/+2
* start thread at appropriate timeEliot Horowitz2011-05-162-1/+8
* clear writeback queue if a mongos is gone for an hour SERVER-3106Eliot Horowitz2011-05-162-13/+109
* log messages here are now more cleardwight2011-05-122-2/+2
* Yield lock while building array of objects to migrateMathias Stearn2011-05-111-15/+31
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-05-115-12/+42
|\
| * fix multi-shard writeback contentionEliot Horowitz2011-05-115-12/+42
* | remove WIN32 define from vcxprojsDwight2011-05-111-4/+4
|/
* Don't migrate high/low chunk while balancer is disabled SERVER-3070Mathias Stearn2011-05-091-1/+1
* Mongos validate command collects top-level "valid" field SERVER-3023Mathias Stearn2011-05-091-0/+22
* better mongos balancer debugging infoEliot Horowitz2011-05-081-0/+8
* Don't need to lock in ChunkManager anymore except for distlock in drop()Mathias Stearn2011-05-062-16/+4
* All members of ChunkManager are now const (except for mutable locks)Mathias Stearn2011-05-062-23/+20
* Make ChunkManager::_load and _isValid use passed-in mapsMathias Stearn2011-05-062-16/+17
* Chunk doesn't need shared_from_this anymoreMathias Stearn2011-05-061-1/+1
* Don't need reloadRange anymoreMathias Stearn2011-05-062-64/+0