summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_refine_collection_shard_key_cmd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-051-3/+1
|
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-03-281-0/+1
|
* SERVER-62453 Add collectionUUID parameter to refineCollectionShardKey commandFaustoleyva542022-02-071-0/+1
|
* SERVER-57114 Change refine collection shard key command to use ↵Marcos José Grillo Ramirez2021-06-111-2/+4
| | | | | | ShardingDDLCoordinator ... instead of ShardinDDLCoordinator_NORESILIENT
* SERVER-53088 Create the _shardsvrRefineCollectionShardKey commandJaume Moragues2020-12-041-15/+17
|
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-2/+2
| | | | | ... instead of returning the intermediate CachedCollectionRoutingInfo class. The ChunkManager should be the only class used for routing.
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
|
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+2
|
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
| | | | iterate docs
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+2
| | | | | | | | | | | - Don't use MONGO_INITIALIZER to declare each fail point. We only need one init task in total: freeze and iterate the registry. - remove MONGO_FAIL_POINT_DECLARE macro (extern) - remove MONGO_FAIL_POINT_SHOULD_FAIL macro (FailPoint::shouldFail) - remove MONGO_FAIL_POINT_BLOCK_IF (FailPoint::executeIf) - remove MONGO_FAIL_POINT_BLOCK (FailPoint::execute) - clean up FailPointRegistry and fail_point_service implementation.
* SERVER-41943 Validate the given namespace for refineCollectionShardKeyJamie Heppenstall2019-07-031-3/+16
|
* SERVER-41657 Create new ActionType called refineCollectionShardKeyJamie Heppenstall2019-06-191-3/+3
|
* SERVER-41655 Add classes RefineCollectionShardKeyCommand and ↵Jamie Heppenstall2019-06-181-0/+103
ConfigsvrRefineCollectionShardKeyCommand