summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_write_concern_defaults.cpp
AgeCommit message (Expand)Author
2024-05-30SERVER-86685 Upgrade clusters using j:false with w:majority writes to… (#22...Matthew Russotto
2024-01-30SERVER-85474 Move ReadThroughCache from ServiceContext to ServiceShreyas Kalyan
2023-12-26SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.hSilvia Surroca
2023-11-21SERVER-80363 server default writeConcern is not honored when wtimeout is setMoustafa Maher Khalil
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-02-22SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2022-12-16SERVER-70634: Fix data race in _implicitDefaultWriteConcernMajorityLingzhi Deng
2022-07-27SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue
2022-07-26SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-02-01SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone
2022-01-12SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev
2022-01-10SERVER-57516 Eliminate redundant 'Refreshed RWC defaults' messagesVesselina Ratcheva
2021-08-20SERVER-59293 Remove featureFlagDefaultReadConcernLocalSamy Lanka
2021-08-12SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher
2021-07-22SERVER-56800 Fail addShard if CWWC disagrees with existing CWWC on clusterMoustafa Maher
2021-07-13SERVER-56845 Fail addShard if DWCF=w:1 and no CWWC is setMoustafa Maher
2021-06-04SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher
2021-05-21SERVER-57042 Don't store defaultWriteConcernSource on diskHuayu Ouyang
2021-05-20SERVER-56488 Change the default read concern to always be localSamy Lanka
2021-05-19SERVER-57010 Check default write concern during replica set reconfig When the...Moustafa Maher
2021-05-13SERVER-55702 Update 'defaultRWConcern' section of serverStatusHuayu Ouyang
2021-05-07SERVER-55703 Update getDefaultRWConcern to return the implicit default if the...Moustafa Maher
2021-04-29SERVER-55689 Calculate default write concern on startupAli Mir
2021-04-28SERVER-55697 Don't allow removing CWWC once it is setHuayu Ouyang
2021-04-20SERVER-55687 Add function to calculate write concern default formulaMoustafa Maher
2020-09-17SERVER-48433 Remove LogicalClock facadeKevin Pulo
2020-07-23SERVER-49189 pass current cachedValue (and time, if causally consistent) to R...Kevin Pulo
2020-05-17SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev
2020-05-07SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-05SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev
2020-03-04SERVER-46604 Fix destruction order of ThreadPool in OCSPCacheKaloian Manassiev
2020-03-03SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev
2020-02-27SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan
2020-02-26SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-16SERVER-45623 read/write concern provenanceKevin Pulo
2020-02-15SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev
2020-02-14SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-01-17SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev
2020-01-16Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell
2020-01-16SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev
2020-01-16SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev
2020-01-08SERVER-45282 Unify how mongos and mongod default RWC caches handle deleted de...Jack Mulrow
2020-01-08SERVER-45097 Permit default write concern without w fieldKevin Pulo
2019-12-20SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow