summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_sync.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-15188 all lastOpTimeWritten setting goes through the legacy repl coordEric Milkie2014-09-091-1/+2
* SERVER-14950 Move rsLog to its own librarySpencer T Brody2014-08-191-1/+1
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14783 switch maxSyncSourceLagSecs to SecondsEric Milkie2014-08-061-0/+1
* SERVER-14680 code reorganization to allow TopoCoord to linkEric Milkie2014-07-281-8/+0
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-5/+4
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-2/+0
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-2/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-2/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+2
* SERVER-14135 implement processReplSetSyncFrom() in LegacyReplicationCoordinatormatt dannenberg2014-06-261-20/+14
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+0
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+2
* SERVER-13856 remove unnecessary usage of repl:: from the repl directorymatt dannenberg2014-05-271-2/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-4/+4
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+3
* SERVER-13993 log the decision to change sync targetsmatt dannenberg2014-05-191-0/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13817 removing GhostSyncmatt dannenberg2014-05-051-1/+0
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13645 move GhostSync class into its own header and cpp filematt dannenberg2014-04-231-157/+1
* SERVER-13645 move Member class into its own header and cpp filematt dannenberg2014-04-231-0/+1
* SERVER-13645 move InitialSync class into its own header and cpp filematt dannenberg2014-04-181-92/+0
* SERVER-13645 move SyncTail class into its own header and cpp filematt dannenberg2014-04-181-462/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-3/+3
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-6/+5
* SERVER-13068 improve log message in percolate() and increase its loglevelmatt dannenberg2014-03-121-2/+3
* SERVER-12901 make maxSyncSourceLagSecs configurableDan Pasette2014-03-051-2/+9
* SERVER-12707 clear lastOpTimeWritten when resyncingEric Milkie2014-02-181-5/+5
* SERVER-12264 prevent from tryToGoLiveAsSecondary() from waiting on global wri...matt dannenberg2014-01-131-7/+8
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-281-1/+28
* SERVER-10945 don't end up with double entries in _members after a reconfigmatt dannenberg2013-10-241-3/+4
* SERVER-9791 increase log level of "replication batch size is" message to 2matt dannenberg2013-10-241-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+2
* SERVER-10540 better error message nowmatt dannenberg2013-09-091-2/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-3/+2
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* SERVER-10046 fix situation where ns is nullEric Milkie2013-06-271-1/+3
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-1/+2
* SERVER-9481 further rollback exception cleanupMatt Dannenberg2013-06-121-1/+1
* SERVER-9481 Fixes fluctuating between ROLLBACK and SECONDARY when ROLLBACK is...Andreas Heck2013-06-121-2/+3
* SERVER-9853 retry ghostsync percolate if socket failureEric Milkie2013-06-101-39/+71
* SERVER-9474 SERVER-9421 fix replset tests with background index buildsEric Milkie2013-05-091-5/+16
* SERVER-9474 always run through the entire batch-building loop at least once p...Eric Milkie2013-05-081-6/+7
* Added const modifier to catch in rs_sync.cppRandolph Tan2013-05-031-4/+4