summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-293-1/+19
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-281-3/+3
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-281-3/+3
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-271-3/+3
* SERVER-19606 Upgrade / downgrade of election protocol versionSiyuan Zhou2015-07-277-75/+102
* SERVER-19514 Run sharding tests using 2 node CSRSSpencer T Brody2015-07-271-1/+1
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-271-2/+2
* SERVER-19526: Move expensive invariant to dassertMartin Bligh2015-07-221-2/+2
* SERVER-19206 Fix race in tests of read after optime with read committed.Siyuan Zhou2015-07-211-2/+9
* SERVER-19307 updated BackgroundSync producer thread to tail remote oplog usin...Benety Goh2015-07-213-77/+177
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-213-3/+3
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-12/+22
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-202-34/+82
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-203-3/+4
* SERVER-18195 remove unneeded deferred readAfterOpTime testsEric Milkie2015-07-201-54/+0
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-195-15/+49
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-1915-368/+398
* SERVER-19209 drop all snapshots during resyncmatt dannenberg2015-07-196-1/+23
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-1735-22/+72
* SERVER-19426 Validate "o" field for applyOps command operations.J Delaney2015-07-161-4/+15
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-1613-55/+62
* SERVER-18841 awaitData cursors block rather than busy wait in OP_GET_MORE pathQingyang Chen2015-07-162-14/+0
* SERVER-19383 Change primaryId to primaryIndex in replication metadataSiyuan Zhou2015-07-157-25/+25
* SERVER-19307 refactored BackgroundSync producer thread and rollback code.Benety Goh2015-07-147-68/+131
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+1
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-131-1/+14
* SERVER-19307 SyncTail::tryPopAndWaitForMore should not consume buffered opera...Benety Goh2015-07-131-0/+5
* SERVER-19307 converted OplogReader::tcp_timeout from int to SecondsBenety Goh2015-07-133-3/+7
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+1
* SERVER-19211 support read committed in read after optimematt dannenberg2015-07-105-4/+190
* SERVER-19208 some unittests for committed snapshotsmatt dannenberg2015-07-103-0/+53
* SERVER-19206 w:"majority" writes need to wait for write to be in committed sn...matt dannenberg2015-07-107-24/+54
* SERVER-18948 replace oplog hash calculation with pseudo random numbermatt dannenberg2015-07-105-45/+5
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-092-3/+1
* SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the curren...Benety Goh2015-07-091-3/+1
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-29/+29
* SERVER-18042: remove sleep when starting initsync from data_replicator testScott Hernandez2015-07-071-2/+0
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-072-6/+7
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-0712-41/+55
* SERVER-19234 Move tracking of snapshots to ReplicationCoordinator from Extern...Mathias Stearn2015-07-0712-129/+168
* SERVER-16889 SERVER-19240 fix stylematt dannenberg2015-07-063-10/+5
* SERVER-19240 change OpTime reporting format based on protocol versionmatt dannenberg2015-07-063-17/+39
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-066-12/+30
* SERVER-18606 add helper for getting the global repl coord from an operation c...Eric Milkie2015-07-062-0/+10
* SERVER-19001 Missing changes from prior commitAndy Schwerin2015-06-301-12/+4
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-3010-493/+85
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-307-19/+17
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-298-1/+343
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1