summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_write_concern_defaults.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70634: Fix data race in _implicitDefaultWriteConcernMajorityLingzhi Deng2022-12-161-3/+3
* SERVER-56800 Fail addShard if CWWC disagrees with existing CWWC on clusterMoustafa Maher2021-07-221-0/+5
* SERVER-56845 Fail addShard if DWCF=w:1 and no CWWC is setMoustafa Maher2021-07-131-2/+1
* SERVER-57042 Don't store defaultWriteConcernSource on diskHuayu Ouyang2021-05-211-1/+2
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+5
* SERVER-57010 Check default write concern during replica set reconfig When the...Moustafa Maher2021-05-191-0/+5
* SERVER-55703 Update getDefaultRWConcern to return the implicit default if the...Moustafa Maher2021-05-071-7/+8
* SERVER-55689 Calculate default write concern on startupAli Mir2021-04-291-0/+6
* SERVER-55687 Add function to calculate write concern default formulaMoustafa Maher2021-04-201-0/+9
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-4/+6
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-2/+2
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-2/+2
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-1/+5
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-4/+25
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-171-3/+2
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-161-2/+3
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-161-3/+2
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-11/+14
* SERVER-45282 Unify how mongos and mongod default RWC caches handle deleted de...Jack Mulrow2020-01-081-1/+1
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-201-0/+15
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-171-5/+8
* SERVER-43716 mongos periodic refresh of RWC defaultsKevin Pulo2019-12-131-1/+7
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-0/+1
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-10/+29
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-0/+9
* SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...Kevin Pulo2019-09-261-0/+102