summaryrefslogtreecommitdiff
path: root/src/mongo/db/error_labels.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53624 Make mongos return RetryableWriteError label when retryable ↵Cheahuychou Mao2021-05-261-4/+22
| | | | writes fail due to local shutdown errors
* SERVER-56261 remove invariant that RetryableWriteError and ↵Haley Connelly2021-05-201-4/+5
| | | | TransientTransactionError are mutually exclusive
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's ↵Jordi Serra Torrens2021-04-061-0/+1
| | | | getDestinedRecipient() not being retried by mongos
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ↵samontea2021-02-081-2/+2
| | | | AggregateCommand
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ↵Benety Goh2021-02-061-2/+2
| | | | | | AggregateCommand" This reverts commit 6feae12fe29a4c921bdbf03dd8b1ae6d5dd27f92.
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ↵samontea2021-02-061-2/+2
| | | | AggregateCommand
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-3/+4
|
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+3
|
* SERVER-52947: Tenant migration donor should attach TransientTransactionError ↵Andrew Shuvalov2020-12-161-4/+6
| | | | when returning TenantMigrationCommitted or TenantMigrationAborted on a transaction operation
* SERVER-47085: Remove ElectionInProgress (216) from ResumableChangeStreamErrorLingzhi Deng2020-03-241-2/+1
|
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-0/+6
|
* SERVER-45981 Prevent duplicating action upon receiving notice that a given ↵Blake Oler2020-02-111-1/+1
| | | | shard is stale
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-9/+50
| | | | | | delete mode 100644 jstests/change_streams/error_label.js create mode 100644 jstests/noPassthrough/change_stream_error_label.js create mode 100644 jstests/sharding/change_stream_error_label.js
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-121-3/+15
|
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-0/+139