summaryrefslogtreecommitdiff
path: root/src/mongo/db/mirror_maestro.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* 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
| | | | Cleaning up log lines to adhere to the LOGV2 style guide.
* SERVER-46580 Fix bug with findAndModify read mirroringBen Caimano2020-03-031-7/+6
|
* SERVER-45818 Rework read mirroring infrastructureBen Caimano2020-03-021-30/+56
| | | | | | | | 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-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