summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_batcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+7
* SERVER-75800 Allow commitTransaction and abortTransaction entries to be batch...Wenbin Zhu2023-04-241-5/+14
* SERVER-72502 Implement OplogBatcher changes for parallelizing prepared transa...Wenbin Zhu2023-04-051-54/+70
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-7/+0
* SERVER-75336 Fix OplogBatcher getOpCount() to include all kinds of applyOps.Wenbin Zhu2023-03-301-25/+10
* SERVER-75352 OplogBatcher's ReplBatcher thread should be unkillablekauboy262023-03-281-0/+7
* SERVER-73601 Add info-level logging for DDL oplog entries on primary and seco...Kaitlin Mahar2023-03-051-0/+6
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+1
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-2/+2
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+1
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-311-1/+3
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-051-4/+4
* SERVER-65723 Add parameter oplogBatchDelayMillis to improve batching on caugh...Matthew Russotto2022-05-121-3/+30
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61792 Extending lock in batcher hurts performanceMatthew Russotto2021-12-011-0/+4
* SERVER-61334 Replication batcher uninterruptible lock deadlocks with storage ...Matthew Russotto2021-11-111-11/+23
* SERVER-60544 Replace remaining references to slaveDelay in replication systemali-mir2021-10-081-8/+9
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-1/+1
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-15/+1
* SERVER-48856 Implement migration oplog batcher classMatthew Russotto2020-07-281-8/+4
* SERVER-48501 Add privilege documents to mustProcessIndividually listSara Golemon2020-06-011-12/+9
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-5/+5
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-5/+12
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-2/+1
* SERVER-45565: Modified Oplog Batcher behavior to process large transaction op...Andrew Chen2020-03-041-4/+13
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-45525 ReplBatcher should explicitly read at kNoTimestampMatthew Russotto2020-01-301-0/+9
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-141-17/+12
* SERVER-43766 Speed up primary drain mode in ReplSetTest initiateWilliam Schultz2019-12-021-2/+7
* SERVER-43000 Rename OpQueueBatcher to OplogBatcherA. Jesse Jiryu Davis2019-11-221-0/+351