summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32045 Set write concern on operation context before calling addShard i...Jack Mulrow2018-05-101-1/+2
* SERVER-34249 Oplog query on uninitiated replica set node can cause seg fault.Matthew Russotto2018-05-101-0/+8
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-106-29/+23
* SERVER-34456 Unit test for getKeySize()nehakhatri52018-05-103-12/+19
* Revert "SERVER-31024 Log renameCollection at storage layer to cover more cases"Benety Goh2018-05-092-15/+4
* SERVER-34900 initial sync uses same batch limits as steady state replicationBenety Goh2018-05-091-3/+1
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-095-0/+23
* SERVER-31024 Log renameCollection at storage layer to cover more casesXiangyu Yao2018-05-092-4/+15
* SERVER-32334 ReplicationRecoveryImpl::_applyToEndOfOplog() applies operations...Benety Goh2018-05-091-14/+45
* SERVER-32334 add OplogApplier::multiApplyBenety Goh2018-05-092-0/+22
* SERVER-34910 Rename TransientTxnError label to TransientTransactionError.Siyuan Zhou2018-05-091-5/+5
* SERVER-34695: Fix retry logic in strategy.cpp for SnapshotErrorNick Zolnierz2018-05-092-92/+99
* SERVER-32335 make SyncTail::OpQueue accept the maximum number of ops in a batch.Benety Goh2018-05-092-4/+5
* SERVER-32045 Propagate addShard writeConcern when sending setFCV to new shardjannaerin2018-05-092-14/+22
* SERVER-34909 MSI upgrade codes for 3.7 should apply to 4.0Kelsey Schubert2018-05-091-1/+1
* SERVER-34889 Improve BSONObj lifetime management in Free MonitoringMark Benvenuto2018-05-093-8/+22
* SERVER-34767: Randomized KeyString decode test can hit dassert in DecimalNick Zolnierz2018-05-093-5/+65
* SERVER-34653 mark some commands as requiresAuth==falseBilly Donahue2018-05-093-0/+11
* SERVER-32334 add OplogBuffer adaptor for DBDirectClient oplog queryBenety Goh2018-05-091-30/+119
* SERVER-32335 initial sync calls common batching logic in OplogApplierBenety Goh2018-05-091-55/+4
* SERVER-34880 Make readConcern:local wait for write concern on a read-only tra...Matthew Russotto2018-05-091-7/+6
* SERVER-34900 initial sync uses SyncTail::BatchLimits to hold oplog applicatio...Benety Goh2018-05-094-5/+13
* SERVER-32335 add DataReplicatorExternalState::getNextApplierBatch()Benety Goh2018-05-095-0/+46
* SERVER-32335 add OplogApplier::getNextApplierBatch()Benety Goh2018-05-092-0/+61
* SERVER-32335 move BatchLimits from SyncTail to OplogApplierBenety Goh2018-05-092-13/+17
* SERVER-34808 appendComnnectionStats should check whether connection pool existsJonathan Reams2018-05-094-4/+16
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-094-9/+42
* SERVER-32943 Query during background index build can lead to suboptimal cache...James Wahlin2018-05-091-0/+4
* SERVER-32334 make calculateBatchLimitBytes a static function of SyncTailBenety Goh2018-05-092-14/+18
* SERVER-34900 BatchLimits construction should not reference SyncTail runtime s...Benety Goh2018-05-091-2/+6
* SERVER-34900 make batch limit byte and operation count defaults publicBenety Goh2018-05-091-5/+10
* SERVER-34900 remove unused constant SyncTail::replBatchLimitSecondsBenety Goh2018-05-091-1/+0
* SERVER-32335 initial sync includes applyOps commands with other CRUD ops when...Benety Goh2018-05-081-2/+4
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-088-16/+21
* SERVER-34706 Write unit test to verify transactions oplog entries are created...Matthew Russotto2018-05-081-0/+259
* SERVER-34772 ban creation of tailable cursors in transactionsIan Boros2018-05-081-0/+5
* SERVER-34721 Make interrupted_batch_insert.js more robustJustin Seyster2018-05-081-0/+2
* SERVER-33874 Unifiy hostname resolution in TransportLayerASIOJonathan Reams2018-05-085-100/+207
* SERVER-34256 Expose TransientTxnError error labels in response.Siyuan Zhou2018-05-082-11/+53
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-0896-1133/+591
* SERVER-34628 Remove support for Status/StatusWith returns in TypedCommandMathias Stearn2018-05-083-56/+5
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-0833-125/+149
* SERVER-34811 Forbid reads and writes to the config, admin, and local database...Tess Avitabile2018-05-0810-99/+124
* SERVER-34795 killSessions should kill transactions prior to killing cursorsTess Avitabile2018-05-081-2/+2
* SERVER-32334 relax constraints on OplogApplier options to support recoveryBenety Goh2018-05-081-1/+0
* SERVER-34473 Re-separate (in/eg)ress net countersJason Carey2018-05-082-11/+26
* SERVER-31400 Record netstat metrics in ftdcBruce Lucas2018-05-084-0/+260
* SERVER-34872 Disable `DecorableTest::ThrowingConstructor` on s390x.ADAM David Alan Martin2018-05-071-0/+4
* SERVER-34343: startup2 states never require ghost timestampsDaniel Gottlieb2018-05-071-2/+5
* SERVER-34110 Ignore NamespaceNotFound errors when refetching documents during...Suganthi Mani2018-05-072-5/+38