summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-21/+21
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-3/+2
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-2/+31
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-2/+3
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-3/+2
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-16/+17
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-3/+3
* SERVER-17807: reset state before starting intial sync attemptScott Hernandez2015-04-291-0/+9
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-8/+11
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-2/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-6/+6
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-8/+8
* SERVER-17123 Wait for the BackgroundSync thread to stop before enabling write...Spencer T Brody2015-02-031-6/+15
* SERVER-16834 add commentsEric Milkie2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16834 bgsync::shutdown() now unblocks threads waiting in BlockingQueue...Eric Milkie2015-01-141-0/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2/+2
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-3/+3
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-2/+3
* SERVER-16490 do not reset connection outside of bgsync threadEric Milkie2014-12-101-1/+0
* Remove dead code from bgsync.Andy Schwerin2014-12-031-38/+0
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-241-2/+2
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-17/+14
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-1/+0
* SERVER-15496 Get rid of replLocalAuth()Spencer T Brody2014-11-201-1/+2
* Revert "SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordin...Spencer T Brody2014-11-131-2/+2
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-121-2/+2
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-3/+0
* SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez2014-10-301-3/+5
* SERVER-15847 Make sure producer thread wakes up and terminates when we're shu...Spencer T Brody2014-10-291-2/+8
* SERVER-15750 Break deadlock cycle by not holding the global lock while acquir...Andy Schwerin2014-10-211-11/+17
* SERVER-15713: do not buffer replicated ops once primaryScott Hernandez2014-10-211-0/+8
* SERVER-15535 avoid negative buffer statsEric Milkie2014-10-201-2/+2
* SERVER-13635: better txn lines for replication syncEliot Horowitz2014-10-161-1/+6
* SERVER-15638 Wake up SyncSourceFeedback thread when we find a new sync sourceSpencer T Brody2014-10-151-0/+1
* SERVER-15535 Choose new sync source on reconfigsSpencer T Brody2014-10-101-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-1/+0
* SERVER-15312 move replIndexPrefetch parameter out of legacy and into Applier ...Eric Milkie2014-10-031-1/+2
* SERVER-15429 Prepare applier threads to be started by the ReplicationCoordina...Spencer T Brody2014-10-021-2/+3
* SERVER-15404 SERVER-15466 Hook up Applier draining and force syncing to new R...Eric Milkie2014-10-011-9/+7
* SERVER-15089 fix REMOVED nodes disconnecting sync source connections too earlyEric Milkie2014-09-261-1/+0
* SERVER-15089 separate h fields for lastFetched vs. lastAppliedEric Milkie2014-09-261-15/+16
* SERVER-15089 initialize member variableEric Milkie2014-09-261-1/+2
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-192/+115
* SERVER-15329 add a short sleep if our handshake is rejected because we are no...matt dannenberg2014-09-251-0/+5
* SERVER-15089 minvalid helper functions; move tryToGoLiveAsASecondary() to syn...Eric Milkie2014-09-191-1/+2
* SERVER-15089 convert non-legacy usage of lastOpTimeWritten to replCoord's las...Eric Milkie2014-09-191-12/+9