summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* escaping for regex - SERVER-3471gregs2011-07-291-1/+1
* supress sharded sub-connection warning for getLastError()gregs2011-07-123-16/+16
* fix chunk cleaningEliot Horowitz2011-07-071-2/+7
* don't remove old chunk data while in the middle of a migrateEliot Horowitz2011-07-061-53/+66
* don't hide first connection warning for shardsgregs2011-06-301-1/+5
* fix config refreshing from a writeback listenerEliot Horowitz2011-06-303-12/+44
* only check shard version on 'top-level' shard connections SERVER-3926gregs2011-06-291-11/+39
* time ChunkManager loadingEliot Horowitz2011-06-291-2/+24
* don't reacquire read lock when getting all shards SERVER-3266gregs2011-06-172-1/+6
* Make sharded findAndModify correctly handle StaleConfigException on shardMathias Stearn2011-06-141-0/+4
* check for manager before using CS-666gregs2011-05-311-2/+4
* wait for from writebacks in balancer CS-635gregs2011-05-311-0/+8
* increased assert verbosityEliot Horowitz2011-05-271-2/+2
* fix spinlock deadlockEliot Horowitz2011-05-261-3/+5
* added a spinlock around _cloneLocsEliot Horowitz2011-05-181-4/+19
* fix locking and commentEliot Horowitz2011-05-181-6/+10
* Don't reload ChunkManager in-placeMathias Stearn2011-05-122-14/+7
* Yield lock while building array of objects to migrateMathias Stearn2011-05-121-15/+31
* fix multi-shard writeback contentionEliot Horowitz2011-05-115-12/+41
* manual backport of some the fixes to mongosEliot Horowitz2011-05-114-41/+50
* ping config server even if not doing balancing round SERVER-3015Eliot Horowitz2011-05-031-8/+9
* check slave status before chunk migrate commit starts SERVER-2974Eliot Horowitz2011-05-031-8/+36
* don't force a check on _id for sharding as it has to be thereEliot Horowitz2011-04-261-0/+8
* don't use ShardConnection for getMore SERVER-2961Eliot Horowitz2011-04-191-1/+1
* don't call _reload_inlock while not lockedMathias Stearn2011-04-191-1/+1
* fix catchEliot Horowitz2011-04-151-1/+1
* more verbose logging on multiple retriesEliot Horowitz2011-04-121-2/+4
* flushRouterConfig to force a mongos config reload SERVER-2666Eliot Horowitz2011-04-113-0/+22
* fix staticShardInfo to be thread safe SERVER-2929Eliot Horowitz2011-04-111-39/+57
* fix 1.8 compile backportEliot Horowitz2011-03-311-2/+2
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-316-91/+62
* Cleanup connection when getlasterror failsgreg2011-03-311-2/+30
* better error messageEliot Horowitz2011-03-301-1/+1
* better errmsg for setShardVersion failureEliot Horowitz2011-03-301-3/+4
* SERVER-2797 fix BTreeCursor handling and ensure chunks aren't over sizedEliot Horowitz2011-03-193-6/+10
* Better handling of sharded findAndModify output SERVER-2698 180?Mathias Stearn2011-03-161-6/+2
* use nextSafe 180Eliot Horowitz2011-03-161-2/+2
* fix migrate with oversize docs SERVER-2744 180Eliot Horowitz2011-03-111-1/+0
* don't return local in listDatabases sharded 180 SERVER-2686Eliot Horowitz2011-03-081-0/+7
* Revert "fix setShardVersion on a new db"Eliot Horowitz2011-03-071-2/+0
* fix setShardVersion on a new dbEliot Horowitz2011-03-071-0/+2
* clean setShardVersion to reduce locking 180?Eliot Horowitz2011-03-061-58/+103
* make forcing a split work better SERVER-2419 180?Eliot Horowitz2011-03-061-33/+46
* use .trueValue() rather than .Bool() for backwards compat. 180Eliot Horowitz2011-03-051-2/+2
* reload conifg after manual splitEliot Horowitz2011-03-051-1/+1
* log why setShardVersion is slowEliot Horowitz2011-03-041-1/+5
* make sure that index creation is logged on secondaries during migrate SERVER-...Eliot Horowitz2011-03-011-1/+1
* accept only major version max for reads and writes 181?Eliot Horowitz2011-03-011-2/+2
* null is ok in shard key, blank is not SERVER-2648Eliot Horowitz2011-03-011-8/+27
* make sure not to use memory in a cursor when yielding SERVER-2447Eliot Horowitz2011-03-011-1/+1