summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager_shard_operations.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-2/+2
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+2
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-4/+2
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+2
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-2/+2
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-6/+7
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-6/+88
* SERVER-48298 Force refresh on removeShard and addShardjannaerin2020-05-191-2/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-9/+9
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-131-2/+0
* SERVER-46799: update log lines for style guideLamont Nelson2020-03-231-14/+25
* SERVER-25053 Address race conditions in removeShardAlex Taskov2020-03-161-2/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+21
* SERVER-44855 Remove unused code from removeShard and ShardingTestKaloian Manassiev2019-12-221-20/+3
* SERVER-44855 Add comments and cleanup the catalog managerKaloian Manassiev2019-12-221-36/+0
* SERVER-41764 Serialize moveChunkCommit and removeShardRandolph Tan2019-12-021-0/+2
* SERVER-44893 In `removeShard` check whether the shard exists before querying ...Kaloian Manassiev2019-12-021-11/+14
* SERVER-44695 Make removeShard throw an error if the shard is the only shard t...Cheahuychou Mao2019-11-221-0/+23
* SERVER-44476 Include number of jumbo chunks remaining in output of removeShardMarcos José Grillo Ramírez2019-11-221-4/+12
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-32/+12
* SERVER-11328 Allow more than one shard to be in 'draining' modeKaloian Manassiev2019-08-121-67/+38
* SERVER-41925 enumerate the FCV 4.4 dependencies in the sharding codeMisha Tyulenev2019-08-061-0/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-33/+17
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-051-23/+15
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+0
* SERVER-35552 Use proper FCV checking when _configsvrAddShard sends new _addSh...Matthew Saltz2018-07-251-27/+20
* SERVER-31586 Update balancer configuration on mongod on addShardMatthew Saltz2018-07-091-0/+2
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-9/+9
* SERVER-35760 Add status check in addShardMatthew Saltz2018-06-221-2/+5
* SERVER-34470 Remove FCV checks related to database versioningBlake Oler2018-06-191-15/+1
* SERVER-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-131-42/+44
* SERVER-34072 config.databases writes with new version field should take the g...Esha Maharishi2018-06-111-49/+69
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-3/+2
* SERVER-32045 Propagate addShard writeConcern when sending setFCV to new shardjannaerin2018-05-091-7/+6
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-10/+15
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-131-1/+1
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-131-1/+1
* SERVER-34323 Add DatabaseVersion field to unsharded databases when adding sha...Blake Oler2018-04-051-0/+10
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-291-7/+2
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-5/+6
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-11/+5