diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2019-07-15 12:52:12 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2019-07-23 17:25:35 -0400 |
commit | e3c26cf2f4c6ea3d597f42360442c0b6320e84bc (patch) | |
tree | 37442818ec0c0555dfd203f330a2abd1fd7ace1a /src/mongo/base | |
parent | 7d687264de65258764dca70ce46754c4765912ce (diff) | |
download | mongo-e3c26cf2f4c6ea3d597f42360442c0b6320e84bc.tar.gz |
SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern majority is not available
Diffstat (limited to 'src/mongo/base')
-rw-r--r-- | src/mongo/base/error_codes.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/base/error_codes.err b/src/mongo/base/error_codes.err index b29aedffeb6..bab631510b2 100644 --- a/src/mongo/base/error_codes.err +++ b/src/mongo/base/error_codes.err @@ -358,6 +358,6 @@ error_class("ExceededTimeLimitError", ["ExceededTimeLimit", "MaxTimeMSExpired", error_class("SnapshotError", ["SnapshotTooOld", "SnapshotUnavailable", "StaleChunkHistory", "MigrationConflict"]) -error_class("VoteAbortError", ["NoSuchTransaction", "TransactionTooOld"]) +error_class("VoteAbortError", ["NoSuchTransaction", "ReadConcernMajorityNotEnabled", "TransactionTooOld"]) error_class("NonResumableChangeStreamError", ["ChangeStreamFatalError", "ChangeStreamHistoryLost"]) |