summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/wait_for_majority_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-071-200/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47561 Add MONGO_IDLE_THREAD_BLOCK to WaitForMajorityServiceJamie Heppenstall2020-04-221-0/+2
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-311-1/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-2/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-0/+188