-
Notifications
You must be signed in to change notification settings - Fork 468
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
storage,kv: make transaction deadline exceeded errors retriable #4552
Comments
jseldess
added
C-product-change
ready
P-1
High priority; must be done this release
labels
Mar 21, 2019
rmloveland
added a commit
that referenced
this issue
Apr 15, 2019
Fixes #4552. Summary of changes: - Update 'Common Errors' page with the retry error message, and recommend the user add retries to their app.
rmloveland
added a commit
that referenced
this issue
Apr 15, 2019
Fixes #4552. Summary of changes: - Update 'Common Errors' page with this retry error messagerecommend the user add retries to their app. Also spruced up the txn restart section intro with some links to reference docs on how txns work in CockroachDB for the curious.
rmloveland
added a commit
that referenced
this issue
Apr 15, 2019
Fixes #4552. Summary of changes: - Update 'Common Errors' page with this retry error messagerecommend the user add retries to their app. Also spruced up the txn restart section intro with some links to reference docs on how txns work in CockroachDB for the curious.
rmloveland
added a commit
that referenced
this issue
Apr 15, 2019
Fixes #4552. Summary of changes: - Update 'Common Errors' page with this retry error message, and recommend that the user add retries to their app. - Also spruced up the txn restart section intro with some links to reference docs on how txns work in CockroachDB for the curious.
rmloveland
added a commit
that referenced
this issue
Apr 22, 2019
Fixes #4552. Summary of changes: - Update 'Common Errors' page with: - the retry error message - a recommendation that the user add retries to their app - a description of the state that leads to such errors (kindly contributed by Andrei Matei) - also spruced up the txn restart section intro with some links to reference docs on how txns work in CockroachDB for the curious.
rmloveland
added a commit
that referenced
this issue
Apr 22, 2019
Fixes #4552. Summary of changes: - Update 'Common Errors' page with: - the retry error message - a recommendation that the user add retries to their app - a description of the state that leads to such errors (kindly contributed by Andrei Matei) - also spruced up the txn restart section intro with some links to reference docs on how txns work in CockroachDB for the curious.
rmloveland
added a commit
that referenced
this issue
Apr 22, 2019
Fixes #4552. Summary of changes: - Update 'Common Errors' page with: - the retry error message - a recommendation that the user add retries to their app - a description of the state that leads to such errors (kindly contributed by Andrei Matei) - also spruced up the txn restart section intro with some links to reference docs on how txns work in CockroachDB for the curious.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR: cockroachdb/cockroach#35284
From release notes:
The text was updated successfully, but these errors were encountered: