summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66236 Always return UNSHARDED description on uninitialised clusterKaloian Manassiev2022-05-101-1/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-231-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+4
* SERVER-45850 Remove mutex guards on read access for _shardId and _clusterId i...Blake Oler2020-02-051-2/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-14/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-297/+34
* SERVER-29908 Move 'updateConfigServerOpTimeFromMetadata' out of ShardingStateKaloian Manassiev2018-08-011-22/+0
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-42/+28
* SERVER-31586 Use PeriodicRunner to refresh balancer configuration periodicallyMatthew Saltz2018-07-251-1/+4
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+2
* SERVER-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-131-5/+5
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-29/+0
* SERVER-29908 Move ChunkSplitter to the `sharding_runtime_d` libraryKaloian Manassiev2018-03-051-24/+7
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-011-1/+1
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-011-1/+1
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-4/+13
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-211-149/+0
* SERVER-32901 Pull the CollectionShardingState map out of ShardingStateKaloian Manassiev2018-01-291-30/+0
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-0/+3
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-9/+3
* SERVER-32202 Do not clear the cached sharding filtering information on replic...Kaloian Manassiev2017-12-121-8/+0
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-16/+13
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-081-4/+2
* SERVER-31428 avoid redundant concurrent generation of new chunkMapsKevin Pulo2017-10-201-15/+42
* SERVER-31585 Remove unused PeriodicBalancerSettingsRefresherDianna Hohensee2017-10-181-0/+1
* SERVER-30020 Create a version of updateChunkWriteStatsAndSplitIfNeeded in Chu...Joanna Huang2017-08-251-1/+4
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-5/+6
* SERVER-30443 Create PeriodicBalancerSettingsRefresher on the ServiceContextJoanna Huang2017-08-091-1/+0
* SERVER-29672 Remove unnecessary passthrough calls from CatalogCacheKaloian Manassiev2017-08-031-1/+2
* SERVER-30096 Add stepdown/stepup logic to ChunkSplitterJoanna Huang2017-07-271-2/+13
* SERVER-29979 Move SplitChunk Logic from split_chunk_command to split_chunkHugh Han2017-07-241-0/+5
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-15/+1
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-051-3/+1
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-7/+9
* SERVER-28724 add onStepDown and onStepUp functionality to ShardServerCatalogC...Dianna Hohensee2017-05-191-11/+32
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-20/+18
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-141-25/+1
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-86/+45
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-1/+1
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-1/+1
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-1/+1