summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-5/+5
* SERVER-17491 better error message when running replSetInitiate against a stan...matt dannenberg2015-03-124-166/+63
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-2/+2
* SERVER-17504 improved error message when stepping down node in a replica set ...Benety Goh2015-03-111-1/+2
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-1113-241/+138
* SERVER-5522 improve replHandshake log messagematt dannenberg2015-03-101-1/+1
* SERVER-16436 cleanup unused connections in the NetworkInterface's ConenctionPoolmatt dannenberg2015-03-101-1/+40
* SERVER-17432 do not apply replicated insert/update/delete operations on objec...Benety Goh2015-03-101-39/+33
* SERVER-17432 converted applyOperation_inlock to return statusBenety Goh2015-03-104-34/+42
* SERVER-17498 mention _id and namespace on failure to find document during rol...matt dannenberg2015-03-101-1/+2
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-1/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-024-14/+16
* SERVER-17427 Get rid of useless RWLock in replSetReconfig command.Andy Schwerin2015-03-021-13/+2
* SERVER-17330 removed unused replication codeBenety Goh2015-02-276-494/+0
* SERVER-17330 moved ScopedConn::keepOpen to ReplicationExecutor::NetworkInterfaceBenety Goh2015-02-277-12/+19
* SERVER-16477 Confusing info message from initiate on removed memberSiyuan Zhou2015-02-251-2/+3
* SERVER-17330 move handshake cmd to master/slaveEric Milkie2015-02-252-1/+39
* SERVER-17330 remove unused/incorrect socket timeout setting codeEric Milkie2015-02-251-17/+1
* SERVER-15698 remove RID from replica set replication progress trackingmatt dannenberg2015-02-2016-683/+183
* SERVER-15662 fix race in repl_coordinator_impl_reconfig_test's HBReconfigDuri...matt dannenberg2015-02-201-117/+109
* SERVER-17302 do not consider blacklisted members in shouldChangeSyncSourcematt dannenberg2015-02-206-23/+112
* SERVER-17196 rename slaves field in serverStatus to replicationProgressmatt dannenberg2015-02-201-2/+2
* SERVER-17330 remove server.h and dependencies; all dead codeEric Milkie2015-02-191-76/+0
* SERVER-15192 Remove RollBackPreventer since all logOp listeners are now rollb...alabid2015-02-181-25/+2
* SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safealabid2015-02-181-5/+5
* SERVER-16968 Log when we receive a replSetStepDown commandSiyuan Zhou2015-02-171-0/+2
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-132-4/+4
* SERVER-15192 Make MigrateFromStatus logOp listener rollback-safealabid2015-02-131-1/+1
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-1/+2
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-131-1/+11
* Revert "SERVER-15192 Make AuthzManager logOp listener rollback-safe"Siyuan Zhou2015-02-111-11/+1
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-111-1/+11
* SERVER-15252 unit test ScatterGatherRunnermatt dannenberg2015-02-114-2/+430
* SERVER-17202 return to RECOVERING if an error is encountered during a rollbac...matt dannenberg2015-02-111-0/+8
* SERVER-17176 Fix replication log messages in unit testsSiyuan Zhou2015-02-102-7/+7
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-1018-148/+147
* SERVER-16949 - Don't take exclusive lock on MinValid readsScott Hernandez2015-02-101-11/+16
* SERVER-17229: Do not show syncingTo for primaryScott Hernandez2015-02-102-2/+40
* SERVER-17214 do not use exists() as its fallback behavior does not support co...Eric Milkie2015-02-061-5/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-069-18/+18
* SERVER-17209 remove processUpdatePosition invariant for forwards compatibilitymatt dannenberg2015-02-061-1/+0
* SERVER-17164 Don't start elections while coming out of RECOVERING stateSpencer T Brody2015-02-044-2/+39
* SERVER-17123 Wait for the BackgroundSync thread to stop before enabling write...Spencer T Brody2015-02-033-8/+30
* SERVER-17017 test two node rs with one voter up can electScott Hernandez2015-02-031-0/+47
* SERVER-17108 log node's config HostAndPort when loading a new replicaset configEric Milkie2015-01-291-1/+8
* SERVER-17017 permit elections when no other nodes are upEric Milkie2015-01-292-2/+7
* SERVER-17091 do not attempt to create replSetUpdatePosition commands while re...matt dannenberg2015-01-286-7/+19
* SERVER-15704, SERVER-17071: Use resetMyLastApplied and re-enable resync.jsScott Hernandez2015-01-276-2/+18
* SERVER-17080 shut down applier thread properly, if in the middle of applying ...Eric Milkie2015-01-272-0/+13