summaryrefslogtreecommitdiff
path: root/s/shardconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* writeback listener handles replica sets correctly SERVER-2540Eliot Horowitz2011-02-121-1/+1
* reset shard version on a bad connection close so we don't re-use pointer stat...Eliot Horowitz2011-01-261-0/+1
* even more windows fixesMathias Stearn2011-01-181-4/+5
* handle sharded+rs get last error when replica set config may change during opEliot Horowitz2011-01-181-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-52/+52
* typoEliot Horowitz2010-10-171-1/+1
* SERVER-1822 dedup check/resetShardVersion and kill s/d_util.cppAlberto Lerner2010-10-011-3/+20
* better handling of closing shard clients if underlying shard connection has d...Eliot Horowitz2010-09-071-4/+12
* don't clean up sharding hooks when closing connections during shutdown, not n...Eliot Horowitz2010-09-071-1/+6
* ClientConnection has one instance per thread. Eliminating additional synchron...Alberto Lerner2010-08-061-34/+7
* when access namespace for the first time, prep all connections SERVER-1560Eliot Horowitz2010-08-041-3/+12
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-031-5/+17
* make connection versions thread safe and reset when put in poolEliot Horowitz2010-07-251-1/+4
* when handed a ShardConnection back to global pool - reset sharding stateEliot Horowitz2010-07-251-2/+10
* framework for retrying commands because data out of sync SERVER-1471Eliot Horowitz2010-07-231-21/+47
* fix connection leak on checkShardVersion failureEliot Horowitz2010-07-151-0/+9
* workong on moving migrate to mongod, cleaning, and version fixingEliot Horowitz2010-07-011-1/+4
* Make ShardConnection more like ScopedDBConnectionMathias Stearn2010-05-271-0/+10
* Plug leaksMathias Stearn2010-05-271-0/+1
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* use shared_ptr for Chunk referencesEliot Horowitz2010-05-241-0/+2
* fix connection pooling a bitEliot Horowitz2010-05-201-8/+34
* wrong errorEliot Horowitz2010-05-191-3/+0
* remnove debuggingEliot Horowitz2010-05-191-1/+1
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-0/+160