summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_initialization_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64601 Using the onInitialDataAvailable hook to initializeSergi Mateo Bellido2022-05-061-0/+18
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-4/+4
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-32927 Assert sharded commands can be accepted after waiting for cluste...Sophia Tan2021-11-011-0/+3
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-2/+0
* SERVER-54974 Add service context initializer for auditingSara Golemon2021-04-291-0/+5
* SERVER-47123 remove sharding (and resharding) references to AutoGetOrCreateDbBenety Goh2021-04-291-3/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-10/+8
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-61/+70
* SERVER-48434 Rename LogicalTimeMetadataHook to VectorClockMetadataHookPierlauro Sciarelli2020-12-301-2/+2
* SERVER-53077 Change the DistLock initialization so all nodes within a shard h...Marcos José Grillo Ramírez2020-11-251-1/+1
* SERVER-52881 Fix initialization of shard cluster type mongod serversJaume Moragues2020-11-171-2/+4
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-7/+7
* SERVER-51170 Ensure database refreshes are performed after ShardingState init...Pierlauro Sciarelli2020-10-021-2/+1
* SERVER-51103 Allow ShardRegistry to distinguish between complete/partial conn...Kevin Pulo2020-09-251-2/+8
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+2
* SERVER-50176 Use the Sharding Fixed executor for the shardVersion recovery taskKaloian Manassiev2020-08-141-1/+0
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-12/+6
* SERVER-48992 Implement database cache on top of ReadThroughCacheTommaso Tocci2020-07-291-2/+2
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-7/+12
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-1/+1
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-42/+11
* SERVER-47710 Make onConfirmedSet update config.shards seriallyHaley Connelly2020-05-061-43/+126
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-1/+2
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-131-3/+1
* SERVER-47169 Call ShardRegistry::updateReplSetHosts() synchronouslyHaley Connelly2020-04-011-2/+11
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-231-25/+32
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45966 Add ClientMetadataPropagationEgressHook for NetworkInterface use...Gregory Noma2020-02-141-0/+2
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-11/+42
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-22/+48
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-42/+11
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-11/+42
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-42/+11
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-11/+42
* SERVER-45344 RSCN functions should be noexceptAmirsaman Memaripour2020-01-131-5/+9
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-10/+28
* SERVER-42754 Make RSMChangeListeners for shard configs exception-safeBen Caimano2019-08-121-15/+21
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-32/+34
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-22/+19
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-14/+8
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-34/+73
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+1
* SERVER-40387 Shutdown shard registry after catalog cacheBen Caimano2019-04-011-0/+1