summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_identity_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-3/+1
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-261-0/+12
* SERVER-24817 Separate out logic for loading cluster ID and accessing itSpencer T Brody2016-07-131-7/+13
* SERVER-25003 load clusterId into memory on config server transition to primar...Esha Maharishi2016-07-121-5/+6
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-0/+101