summaryrefslogtreecommitdiff
path: root/src/mongo/s/stale_exception.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75923 Remove TODOs related to the StaleEpoch errorKaloian Manassiev2023-04-271-9/+4
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-3/+20
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-5/+5
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-64372 Clean up some wording in comments and logsBrett Nawrocki2022-04-141-1/+1
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-3/+11
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-13/+2
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-38/+3
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-7/+18
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-11/+16
* SERVER-52631 Optional StaleEpoch extra infoPierlauro Sciarelli2020-12-101-34/+36
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-52631 templating stale shard version extrainfoPierlauro Sciarelli2020-11-161-13/+73
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-291-2/+2
* SERVER-44972 Make ShardId a required field in StaleConfigInfoBlake Oler2020-04-151-2/+2
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-5/+8
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-2/+15
* 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-26/+28
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-2/+4
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-4/+2
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-30/+16
* SERVER-33098 Make shards check the client's databaseVersion and throw StaleDb...Esha Maharishi2018-03-121-0/+35
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-43/+11
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-041-17/+18
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-0/+2
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-44/+17
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+2
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+17
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-44/+21
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-3/+0
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-10/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-134/+116
* SERVER-17722 Remove 'justConnection' from StaleConfigExceptionKaloian Manassiev2015-03-261-36/+27
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-18/+18
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-0/+174