summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37589 rename Collection::insertDocument() overload for bulk loader and...Benety Goh2018-10-252-12/+32
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-256-180/+0
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2018-10-253-5/+127
* SERVER-36873 ReplicationCoordinatorExternalStateImpl::shutdown() must not hol...Tess Avitabile2018-10-251-1/+6
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-253-75/+18
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-242-3/+4
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-246-12/+168
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-235-4/+62
* SERVER-37313 Secondary foreground index build should take Database X rather t...Xiangyu Yao2018-10-232-1/+8
* SERVER-35879 Deal with commitTransaction oplog entries during startup recoverySamy Lanka2018-10-237-3/+227
* SERVER-37701 Make SessionUpdateTracker include the uid portion of LogicalSess...Randolph Tan2018-10-232-5/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-22265-2832/+3401
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-223-21/+32
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-155-75/+64
* SERVER-37617 CollectionClonerTest should not keep reference to memory of temp...William Schultz2018-10-151-7/+3
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-126-10/+9
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-129-24/+23
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-126-20/+17
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-118-13/+58
* SERVER-35879 Deal with abortTransaction and prepareTransaction oplog entries ...Samy Lanka2018-10-093-2/+191
* SERVER-37505 Run applyOps with prepare: true in its own batch in MultiApplier.Siyuan Zhou2018-10-082-3/+9
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-084-4/+4
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-084-12/+77
* SERVER-31014 Fail initial sync on first collection cloner failureVesselina Ratcheva2018-10-044-31/+25
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-042-6/+6
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-023-52/+36
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-029-19/+89
* SERVER-36535 Shut down the collection cloner DBClientCursor upon failure in t...Matthew Russotto2018-10-022-13/+15
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-4/+1
* SERVER-35870 Allow stepdown to work with prepared transactionsSpencer T Brody2018-09-283-18/+75
* SERVER-35875 Remove invariant in OplogEntry::getCommandType().Siyuan Zhou2018-09-274-11/+5
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-263-40/+66
* SERVER-35870 Ensure mutex is held during WaiterGuard destructorSpencer T Brody2018-09-261-43/+51
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-09-261-22/+21
* SERVER-37118: Fix invokation argument orderSpencer Jackson2018-09-251-1/+1
* SERVER-35870 Add RAII object for handling lock acquisitions during stepdown.Spencer T Brody2018-09-2411-48/+187
* SERVER-35870 Make ReplicationCoordinator::stepDown report errors via exceptionsSpencer T Brody2018-09-247-124/+110
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-2/+9
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before r...Tess Avitabile2018-09-211-10/+7
* SERVER-36536 Add a server parameter to not use exhaust option for initial sync.Matthew Russotto2018-09-211-1/+4
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-202-4/+4
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-1913-902/+738
* SERVER-36951 a createIndexes operation inside applyOps is not required to hav...Dianna Hohensee2018-09-191-1/+1
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-171-1/+1
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-1411-24/+24
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-146-4/+31
* SERVER-35307 Fix unused varialbe compile errors on some platforms.Siyuan Zhou2018-09-131-2/+6
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-137-37/+121
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-129-16/+48
* SERVER-20845: Add replSetReconfig audit hookSpencer Jackson2018-09-111-0/+4