summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-1/+1
* SERVER-46171: NewOplogFetcher should check for shutdown before retrying the i...Lingzhi Deng2020-02-142-3/+43
* SERVER-45885 add UUID support to ReplicationCoordinatorImpl::canAcceptWritesF...Benety Goh2020-02-142-6/+27
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-141-4/+5
* SERVER-46162: Fix race in OplogFetcherAutoReconnectsButFails unit testLingzhi Deng2020-02-141-3/+13
* SERVER-45885 ReplicationCoordinator::canAcceptWritesFor() accepts NamespaceSt...Benety Goh2020-02-147-20/+28
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-9/+24
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-2/+3
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-11/+12
* SERVER-45815 Make observer for topologyVersion changeAmirsaman Memaripour2020-02-1311-13/+636
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-139-9/+38
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-131-2/+29
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-1352-1364/+2918
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-132-3/+3
* Revert "SERVER-29030 Announce new primary via heartbeat requests"Ryan Timmons2020-02-137-140/+17
* SERVER-45470 Process metadata with each new batch in the new oplog fetcherSamyukta Lanka2020-02-123-39/+365
* SERVER-29030 Announce new primary via heartbeat requestsRyan Timmons2020-02-127-17/+140
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-124-57/+19
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-121-9/+21
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-122-0/+29
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-121-3/+13
* SERVER-44705: Track time spent in each batchLingzhi Deng2020-02-112-1/+8
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-0/+2
* SERVER-46053: NewOplogFetcher should send term and lastCommittedOpTime in get...Lingzhi Deng2020-02-112-5/+68
* SERVER-46050 Use getLastAppliedOpTime rather than getHeartbeatAppliedOpTime f...Siyuan Zhou2020-02-101-1/+1
* SERVER-46049 Have _applyOperationsForTransaction() return a BadStatus instead...Jason Chan2020-02-101-4/+15
* SERVER-46054: Test getMore empty batch for NewOplogFetcherLingzhi Deng2020-02-102-3/+36
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and string...William Schultz2020-02-1010-59/+49
* SERVER-45469 Process batches in the new oplog fetcherSamyukta Lanka2020-02-102-237/+1023
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-104-18/+39
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-3/+2
* SERVER-45039 Awaitable isMaster returns an error on reconfigs that change the...Jason Chan2020-02-074-5/+444
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-7/+12
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-2/+3
* SERVER-34039 Remove use of optional UUID in replication codebaseAli Mir2020-02-073-26/+16
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-12/+7
* SERVER-44851 Constrain commit points for model-checking.Siyuan Zhou2020-02-062-1/+5
* SERVER-42985 Replace 4.4 placeholder value in WireVersion enumAmirsaman Memaripour2020-02-062-3/+3
* SERVER-45389 Add metrics tracking how often shards have inconsistent indexesCheahuychou Mao2020-02-061-0/+3
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-064-4/+235
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-3/+2
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-2/+3
* SERVER-45597 deprecation startup warning when applying replset config with cu...Kevin Pulo2020-02-061-0/+13
* SERVER-45082 Secondaries only learn replica set configs with a newer (version...William Schultz2020-02-0611-19/+658
* SERVER-45408 Enable serialization of config "term" fieldSiyuan Zhou2020-02-051-3/+6
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-7/+12
* SERVER-45082 Add ConfigVersionAndTerm structure for comparing replica set con...William Schultz2020-02-042-0/+82
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-044-115/+698
* SERVER-45920 Validate writeConcern.wAmirsaman Memaripour2020-02-032-2/+5
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-032-0/+22