summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45997 Test resyncing a majority member against a minority nodeVesselina Ratcheva2020-03-041-6/+6
|
* SERVER-46473 oplog commitment check should only include voting nodesPavi Vetriselvan2020-03-044-23/+82
| | | | SERVER-46522 config oplog commitment should retrieve optime under repl mutex
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-0310-9/+59
|
* SERVER-46573 Make ReplicaSetMonitorTestConcurrent force ↵Haley Connelly2020-03-0310-40/+41
| | | | replicaSetMonitorProtocol to scanning
* SERVER-46502 Add feature gate for safe replica set reconfigAli Mir2020-03-034-6/+21
|
* SERVER-46502 Append config term if term is not -1 in RequestVotes commandAli Mir2020-03-031-1/+3
|
* SERVER-43332: change gReplicaSetMonitorProtocol default to kSdamLamont Nelson2020-03-031-1/+1
|
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-0314-297/+556
|
* SERVER-46580 Fix bug with findAndModify read mirroringBen Caimano2020-03-032-8/+9
|
* SERVER-46579 Permit multinode reconfigs in FCV 4.2A. Jesse Jiryu Davis2020-03-032-1/+20
|
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-0331-255/+239
| | | | to getCollectionDescription and change the return type
* SERVER-45081 Add a unit test case for awaitable isMaster after stepup and ↵Siyuan Zhou2020-03-031-0/+108
| | | | config term increment.
* SERVER-46575 Add getSourceName to DocumentSourceOutTed Tuckman2020-03-031-0/+4
|
* SERVER-46578 Change TopologyVersionObserver to store worker OperationContextBen Caimano2020-03-032-26/+26
|
* SERVER-46410 Validate should check for duplicate keys in unique indexesLouis Williams2020-03-032-9/+212
|
* SERVER-44984 reduce index build thread pool default and index build external ↵Eric Milkie2020-03-034-5/+18
| | | | | | sort memory limit default This reverts commit b48cb5d8e2a8ccab0f4be401cc2533e5c2b650ae.
* SERVER-46472 add maxTimeMSForHedgedReadsMisha Tyulenev2020-03-034-5/+52
|
* SERVER-46473 config replication check only counts voting nodesPavi Vetriselvan2020-03-035-9/+55
|
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-0336-340/+3136
|
* SERVER-46520 Add mechanism to emit uassert as part of a logv2 log statementHenrik Edin2020-03-0315-28/+201
|
* SERVER-43846 Add information about how many migration task were leftover ↵Randolph Tan2020-03-033-64/+84
| | | | from last primary
* SERVER-46548 Wait for context to update in ThreadSafetyContext unit-testsAmirsaman Memaripour2020-03-031-3/+13
|
* SERVER-46546 Only seed the RNG once in sharding_multiversion testsJason Chan2020-03-032-2/+4
|
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ↵Nick Zolnierz2020-03-0322-115/+70
| | | | ExpressionContext alongside a Pipeline
* SERVER-46524 ephemeralForTest storage engine does not need to update the ↵Dianna Hohensee2020-03-037-14/+51
| | | | | | | oplogTruncateAfterPoint when primary because there are no oplog holes (no parallel writes). SERVER-46527 StorageInterfaceImpl::getLatestOplogTimestamp must have implementation logic supported by all storage engines, not just WiredTiger.
* SERVER-46552 Increase local assert.soon timeout to 90 secondsMikhail Shchatko2020-03-031-1/+1
|
* SERVER-46555 Fix ScanningReplicaSetMonitorDBTest PrimaryRemovedFromSetStress ↵Haley Connelly2020-03-031-22/+12
| | | | to be of type TEST_F
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-035-30/+86
|
* SERVER-46561 Only support getReplSetConfig.commitmentStatus on primary.Siyuan Zhou2020-03-031-0/+3
|
* SERVER-46553 Set index build commit quorum default value as majority for 2 ↵Suganthi Mani2020-03-039-68/+136
| | | | phase index builds.
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-0316-320/+761
|
* SERVER-46235 log IndexDescriptor as BSONBenety Goh2020-03-032-5/+5
|
* SERVER-46498 Store connection specified roles in authorization cache keySpencer Jackson2020-03-0310-58/+107
|
* SERVER-46509 Change disableStreamableReplicaSetMonitor server parameter to ↵Haley Connelly2020-03-0316-196/+415
| | | | an enum
* SERVER-46235 add IndexDescriptor::toBSON() to support structured loggingBenety Goh2020-03-031-0/+4
|
* SERVER-46394 Create feature flag to turn on/off PM-1633Blake Oler2020-03-025-43/+76
|
* SERVER-46383 wrap remote call in advanceTransactionOnRecipient with ↵Randolph Tan2020-03-021-1/+14
| | | | retryIdempotentWorkUntilSuccess
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-0211-8/+48
| | | | | | Introduces a joinAsync() method to the TaskExecutor interface to provide a non-blocking way for callers to learn when the task executor has been shut down and all outstanding callbacks have finished running.
* SERVER-46539 Fix issue with stapling and a down responderShreyas Kalyan2020-03-021-2/+2
|
* SERVER-46235 checkLog.containsOnceJson() logs JSON.parse() errorBenety Goh2020-03-021-1/+9
|
* SERVER-45818 Increase default mirroring rateBen Caimano2020-03-021-1/+1
| | | | | | | This commit: - Introduces two new resmoke suites for max mirroring - Blacklists jstests/replsets/read_operations_during_step_up.js - Increases the default mirrorReads.samplingRate to 0.01
* SERVER-45818 Rework read mirroring infrastructureBen Caimano2020-03-028-141/+233
| | | | | | | | This commit: - Fixes a busy polling bug in the TopologyVersionObserver - Alters the MirroringSampler to sample in bursts - Adjusts the MirrorMaestro to make use of the changed MirroringSampler - Disables update command mirroring temporarily
* SERVER-46281 Enable OCSP by defaultShreyas Kalyan2020-03-023-1/+9
|
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-025-17/+24
|
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-029-5/+275
|
* SERVER-46278 Ensure maxTimeMS works correctly through sub-pipeline in $unionWithKatherine Wu2020-03-022-2/+44
|
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-029-66/+130
|
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-0214-89/+237
|
* SERVER-46241 Set minVisibleSnapshot before new collections are visibleMaria van Keulen2020-03-021-6/+34
| | | | | This patch specifically addresses collections created inside multi- -document transactions.
* SERVER-33627: InitialSyncer needs to handle exceptionsLingzhi Deng2020-03-023-7/+40
|