-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 4.4.0, 5.0.0, 6.0.0, 7.0.0, 8.0.0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-02-17
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Whenever an FCV upgrrade/downgrade occurs, all unprepared transactions get cancelled as a safety precaution.
However, the interruption reason used here is the default ErrorCode::Interrupted since we use the default argument. This is a non-retriable error. As a result, clients will not retry the operation during FCV changes even if it is a safely retriable case.