summaryrefslogtreecommitdiff
path: root/src/mongo/db/mirror_maestro.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75589 Make 'mirrorResponseCallback' handle cancellation at shutdownJason Chan2023-04-191-2/+17
* SERVER-75834 Accessing `MirrorMaestroImpl::_random` should be thread-safeAmirsaman Memaripour2023-04-071-2/+2
* SERVER-72373 upgrade all `rand` to `PseudoRandom`Billy Donahue2023-01-031-1/+2
* SERVER-70103 Add mirroredReads succeeded and processed server status metricsAlex Li2022-10-311-6/+23
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-5/+8
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-3/+17
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-2/+2
* SERVER-58148 Consider failed reads as resolvedAlex Li2021-07-061-5/+6
* SERVER-57235: Don't tassert on ShutdownInProgress in MirrorMaestroTyler Seip2021-05-271-1/+6
* SERVER-53479 Wait for mirrored operations in mirror_reads.jsGeorge Wangensteen2021-04-081-1/+18
* SERVER-53357 Make failure to mirror a non-fatal error againBen Caimano2021-01-051-2/+2
* SERVER-53002 tassert if command mirroring failsBen Caimano2020-11-241-2/+1
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-121-1/+1
* SERVER-50892 Mirrored reads tests should excuse retriable errorsBen Caimano2020-09-251-1/+6
* SERVER-48519 Include mirrored read metrics in ftdcAmirsaman Memaripour2020-06-031-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47666 Remove TODO listed in SERVER-46619 (closed as Won't Fix)Amirsaman Memaripour2020-04-211-1/+2
* SERVER-46514 Normalize host selection for mirrored readsAmirsaman Memaripour2020-04-161-13/+51
* SERVER-46514 Allow mirroring maestro to leave GC for the client threadAmirsaman Memaripour2020-04-161-13/+48
* SERVER-47173 Make mirroring response callback record non-okay statusAmirsaman Memaripour2020-03-301-1/+5
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-13/+5
* SERVER-46580 Fix bug with findAndModify read mirroringBen Caimano2020-03-031-7/+6
* SERVER-45818 Rework read mirroring infrastructureBen Caimano2020-03-021-30/+56
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-26/+174
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-0/+251