summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/wait_for_majority_service.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+10
|
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-10/+0
| | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14.
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+10
|
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-10/+0
| | | | | | | | This reverts commit 9f2867c9da77e2d64df3852f7d4578f10e6f0817. Revert "SERVER-75352 OplogBatcher's ReplBatcher thread should be unkillable" This reverts commit 26266d5b736f90961a328399dea5d299cd407ab2.
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+10
|
* SERVER-74611 Create a read concern majority service to complement write ↵Matthew Russotto2023-03-111-13/+69
| | | | concern majority service.
* SERVER-68240 Fix iterator race condition in WaitForMajorityServiceBlake Oler2022-09-071-3/+8
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-6/+6
|
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-98/+134
|
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-135/+99
| | | | This reverts commit da77452821c355346d873a6b31160c101adc60de.
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-99/+135
|
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-071-0/+200