summaryrefslogtreecommitdiff
path: root/src/mongo/db/mirroring_sampler.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-4/+4
|
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-121-1/+1
|
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update ↵Pavi Vetriselvan2020-11-121-5/+5
| | | | local vars/functions
* SERVER-46514 Normalize host selection for mirrored readsAmirsaman Memaripour2020-04-161-2/+3
|
* SERVER-45818 Rework read mirroring infrastructureBen Caimano2020-03-021-9/+51
| | | | | | | | 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-45816 Write sampling function for command mirroringAmirsaman Memaripour2020-02-101-0/+66