summaryrefslogtreecommitdiff
path: root/client/dbclient_rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* deterministic slaveok failovergregs2011-04-271-14/+14
* a little more aggressive trying slavesEliot Horowitz2011-04-271-4/+4
* log output fix and slightly more verbose slave failovergregs2011-04-261-3/+3
* DBClientBase::callLazy - does the send part, and doesn't wait for responseEliot Horowitz2011-04-211-0/+20
* fix callback for not master errors on replica set connections and make backgr...Eliot Horowitz2011-03-301-5/+17
* fix rs client error on failover SERVER-2619Eliot Horowitz2011-03-031-8/+6
* fix startup race conditionEliot Horowitz2011-02-131-4/+6
* protect ReplicaSet watcher with a lockEliot Horowitz2011-02-131-3/+17
* more background job debuggingEliot Horowitz2011-02-131-0/+3
* some better debugging and an assertEliot Horowitz2011-02-131-0/+6
* safety check for SERVER-2539Eliot Horowitz2011-02-121-2/+2
* some public accessorsEliot Horowitz2011-02-121-1/+11
* fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz2011-02-091-1/+9
* less chatty ReplicaSetMonitor for c++ client SERVER-2490Eliot Horowitz2011-02-071-1/+1
* DBClientReplicaSet::killCursor should never be called SERVER-2479Eliot Horowitz2011-02-051-1/+1
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-051-2/+7
* fix concurrency issues with DBClientReplicaSet SERVER-2466Eliot Horowitz2011-02-021-5/+35
* more aggressive about checking for slave errors SERVER-2439Kristina2011-01-311-8/+7
* ReplicaSetMonitorWatcher needs to run all the time SERVER-2399Eliot Horowitz2011-01-241-6/+8
* rs throws out master on connection exception SERVER-2377Kristina2011-01-211-0/+3
* make c++ client check that rs master is ok before returning it SERVER-2377Kristina2011-01-201-1/+1
* make checkMaster more aggressive about finding new master SERVER-2261Kristina2011-01-141-2/+2
* short rs conn timeout and better master check SERVER-2261Kristina2011-01-131-10/+9
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-92/+92
* a litle rs client cleaningEliot Horowitz2010-12-291-9/+11
* make mongos not route reads to recovering slavesKristina2010-12-281-42/+69
* some replica set client cleaningEliot Horowitz2010-12-201-4/+4
* put line in right bracketEliot Horowitz2010-12-201-2/+2
* routing or slave_ok reads to slaves for non-sharded collections SERVER-1634Eliot Horowitz2010-12-201-0/+20
* client hook to be notified of replica set changesEliot Horowitz2010-12-201-2/+73
* mergedwight2010-12-191-2/+2
* fix ReplicaSetMonitor shared_ptrEliot Horowitz2010-12-191-4/+4
* route queries to secondaris if SLAVE_OK is set SEVER-1634Eliot Horowitz2010-12-191-6/+34
* linux compileEliot Horowitz2010-12-191-3/+3
* DBClientReplicaSet::slaveConn hooked up again - final prep for SEVER-1634Eliot Horowitz2010-12-181-10/+86
* remove isMember since it was ill-formed and only used for an assertEliot Horowitz2010-12-181-14/+0
* DBClientReplica set refactoring just about doneEliot Horowitz2010-12-181-141/+209
* moving replica set client code into own filesEliot Horowitz2010-12-171-0/+237