summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_batcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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