summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/transaction_router.h')
-rw-r--r--src/mongo/s/transaction_router.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/transaction_router.h b/src/mongo/s/transaction_router.h
index 9da80bd9afd..276a473aead 100644
--- a/src/mongo/s/transaction_router.h
+++ b/src/mongo/s/transaction_router.h
@@ -269,8 +269,8 @@ public:
* The first command in a transaction to target at least one shard must select a cluster time
* timestamp before targeting, but may change the timestamp before contacting any shards to
* allow optimizing the timestamp based on the targeted shards. If the first command encounters
- * a retryable error, e.g. StaleShardVersion or SnapshotTooOld, the retry may also select a new
- * timestamp. Once the first command has successfully completed, the timestamp cannot be
+ * a retryable error, e.g. "retargeting needed" or SnapshotTooOld, the retry may also select a
+ * new timestamp. Once the first command has successfully completed, the timestamp cannot be
* changed.
*/
class AtClusterTime {