Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback: Transactions - erroneous statement - retry logic is still needed for READ COMMITTED #19258

Open
hand-crdb opened this issue Dec 30, 2024 · 0 comments

Comments

@hand-crdb
Copy link

hand-crdb commented Dec 30, 2024

Page: https://cockroachlabs.com/docs/v24.3/transactions.html

What is the reason for your feedback?

[ ] Missing the information I need

[ ] Too complicated

[ ] Out of date

[ ] Something is broken

[x] Other

Additional details

The following statement in the doc is incorrect:

Client-side retry handling is not necessary for READ COMMITTED transactions.

While clients using READ COMMITTED will not receive SERIALIZABLE transaction exceptions, they can be expected to receive other kinds of exceptions during the normal operation of CockroachDB, and therefore still need to implement client-side retry handling.

Jira issue: DOC-12050

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant