You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: specify applicability of is_retryable (#1218)
Because the server-side state of auto-commit transactions cannot be known by
the driver (they might even be partially committed), it's not safe to retry them
solely based on the exception observed. Business logic is required to determine
if the auto-commit transaction succeeded or failed after observing an error
client-side.
0 commit comments