summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_write_concern_defaults.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-4/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-7/+8
* SERVER-70634: Fix data race in _implicitDefaultWriteConcernMajorityLingzhi Deng2022-12-161-8/+8
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-8/+8
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-1/+1
* SERVER-57516 Eliminate redundant 'Refreshed RWC defaults' messagesVesselina Ratcheva2022-01-101-1/+15
* SERVER-59293 Remove featureFlagDefaultReadConcernLocalSamy Lanka2021-08-201-11/+1
* SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher2021-08-121-14/+6
* SERVER-56800 Fail addShard if CWWC disagrees with existing CWWC on clusterMoustafa Maher2021-07-221-3/+12
* SERVER-56845 Fail addShard if DWCF=w:1 and no CWWC is setMoustafa Maher2021-07-131-5/+3
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-6/+6
* SERVER-57042 Don't store defaultWriteConcernSource on diskHuayu Ouyang2021-05-211-42/+23
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+26
* SERVER-57010 Check default write concern during replica set reconfig When the...Moustafa Maher2021-05-191-0/+17
* SERVER-55702 Update 'defaultRWConcern' section of serverStatusHuayu Ouyang2021-05-131-4/+23
* SERVER-55703 Update getDefaultRWConcern to return the implicit default if the...Moustafa Maher2021-05-071-3/+30
* SERVER-55689 Calculate default write concern on startupAli Mir2021-04-291-3/+10
* SERVER-55697 Don't allow removing CWWC once it is setHuayu Ouyang2021-04-281-1/+15
* SERVER-55687 Add function to calculate write concern default formulaMoustafa Maher2021-04-201-0/+6
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-2/+3
* SERVER-49189 pass current cachedValue (and time, if causally consistent) to R...Kevin Pulo2020-07-231-6/+7
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-171-5/+6
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-15/+13
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-051-3/+1
* SERVER-46604 Fix destruction order of ThreadPool in OCSPCacheKaloian Manassiev2020-03-041-1/+1
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-6/+14
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-6/+3
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-7/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+8
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-3/+18
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-56/+29
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+4
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-171-1/+1
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-161-1/+1
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-161-1/+1
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-23/+19
* SERVER-45282 Unify how mongos and mongod default RWC caches handle deleted de...Jack Mulrow2020-01-081-3/+4
* SERVER-45097 Permit default write concern without w fieldKevin Pulo2020-01-081-1/+1
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-201-2/+54
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-171-10/+6
* SERVER-43125 test propagation of RWC defaultsKevin Pulo2019-12-131-10/+4
* SERVER-43716 mongos periodic refresh of RWC defaultsKevin Pulo2019-12-131-2/+22
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-3/+12
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-31/+42
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-6/+18