summaryrefslogtreecommitdiff
path: root/src/mongo/s/stale_exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75923 Remove TODOs related to the StaleEpoch errorKaloian Manassiev2023-04-271-13/+9
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-1/+22
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-9/+9
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-14/+8
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-7/+14
* SERVER-65530 Get rid of the legacy ChunkVersion format (except for moveChunk)Kaloian Manassiev2022-05-251-22/+13
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-18/+19
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-2/+38
* SERVER-52631 Optional StaleEpoch extra infoPierlauro Sciarelli2020-12-101-0/+1
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-8/+5
* SERVER-52631 templating stale shard version extrainfoPierlauro Sciarelli2020-11-161-43/+0
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-291-1/+1
* SERVER-44972 Make ShardId a required field in StaleConfigInfoBlake Oler2020-04-151-18/+8
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-3/+30
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-4/+6
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-16/+18
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-4/+11
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-15/+19
* SERVER-33098 Make shards check the client's databaseVersion and throw StaleDb...Esha Maharishi2018-03-121-0/+23
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-0/+54