summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-1/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-2/+1
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog e...Lingzhi Deng2019-04-257-40/+365
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-259-416/+344
* SERVER-40809 unshim repl::getNextOpTimes()Benety Goh2019-04-253-27/+6
* SERVER-40809 move LocalOplogInfo implementation out of oplog.cpp into its own...Benety Goh2019-04-244-144/+254
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-243-24/+1
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-243-1/+24
* SERVER-40809 clean up LocalOplogInfo in oplog.cppBenety Goh2019-04-241-45/+107
* SERVER-40809 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-242-22/+0
* Revert "SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTe...Benety Goh2019-04-242-0/+22
* SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-242-22/+0
* Revert "SERVER-40809 clean up LocalOplogInfo in oplog.cpp"Benety Goh2019-04-241-107/+45
* SERVER-40809 clean up LocalOplogInfo in oplog.cppBenety Goh2019-04-241-45/+107
* SERVER-39796 Make the transaction history iterator virtualizable, and make it...Matthew Russotto2019-04-249-0/+88
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-2413-98/+106
* SERVER-40788 Improve logging around replication catchupJudah Schvimer2019-04-241-4/+8
* SERVER-40365 log rollback filenamesBenety Goh2019-04-231-0/+7
* SERVER-40365 rollback via refetch ignores commitTransaction oplog entryBenety Goh2019-04-231-0/+12
* SERVER-40322 Prevent unnecessary prepare conflicts when writing out rollback ...Vesselina Ratcheva2019-04-221-11/+15
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-1/+2
* SERVER-40659 Add regression tests for wall clock time transmissionMaria van Keulen2019-04-195-30/+194
* SERVER-25284 Show IPs in rs.status()A. Jesse Jiryu Davis2019-04-192-0/+54
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-1710-15/+15
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-171-5/+2
* SERVER-39791 Reconstruct prepared transactions from new oplog format on rollbackMatthew Russotto2019-04-162-1/+6
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-6/+2
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-1634-896/+1448
* SERVER-40050 Better error message with readConcern level snapshot in sharded ...Tess Avitabile2019-04-161-1/+4
* SERVER-40623 Check _currentCommittedSnapshot is set after waking from conditi...Jason Chan2019-04-151-1/+8
* SERVER-40304 Collection cloner can be destroyed with a scope guard activeMatthew Russotto2019-04-152-21/+25
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-1510-12/+12
* SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameterA. Jesse Jiryu Davis2019-04-151-0/+10
* SERVER-40482 fix dbtestsLouis Williams2019-04-121-0/+2
* SERVER-40482 SERVER-40517 Fix fastcount algorithm for rollback of prepared tr...Louis Williams2019-04-125-24/+72
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-114-7/+8
* SERVER-37173 rollbackViaRefetch survives non-existent collection dropPavi Vetriselvan2019-04-111-8/+29
* SERVER-40565 Only append valid wall times to replSetGetStatus optimesMaria van Keulen2019-04-111-2/+9
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-114-16/+10
* SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when usi...Vesselina Ratcheva2019-04-103-3/+172
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-104-9/+6
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0942-44/+44
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-092-25/+16
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-086-47/+84
* SERVER-39436 check batch limits on large unprepared transactions using embedd...Benety Goh2019-04-082-0/+78
* SERVER-39436 fix batch limit checking in OplogApplier::getNextApplierBatch()Benety Goh2019-04-082-9/+67
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-1/+1
* SERVER-40504 Check for interruption before checking for stepdown in awaitRepl...Siyuan Zhou2019-04-081-5/+5
* Revert "SERVER-36494 Test that active txn entries aren't truncated"A. Jesse Jiryu Davis2019-04-081-1/+1