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

PR #107044 - sql: add a retry loop for stmts in READ COMMITTED txns #17695

Open
cockroach-teamcity opened this issue Aug 18, 2023 · 0 comments
Open

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 18, 2023

Exalate commented:

Related PR: cockroachdb/cockroach#107044
Commit: cockroachdb/cockroach@7f8f436
Fixes: CRDB-26568


Release note (sql change): Added the
max_retries_for_read_committed session variable. It
defaults to 10, and determines the number of times an individual
statement in an explicit READ COMMITTED transaction will be retried
if it encounters a retriable transaction error.

Jira Issue: DOC-8600

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

No branches or pull requests

3 participants