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

storage,kv: make transaction deadline exceeded errors retriable #4552

Closed
jseldess opened this issue Mar 21, 2019 · 0 comments · Fixed by #4667 or #4676
Closed

storage,kv: make transaction deadline exceeded errors retriable #4552

jseldess opened this issue Mar 21, 2019 · 0 comments · Fixed by #4667 or #4676
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#35284

From release notes:

transaction deadline exceeded errors are now returned to the client with a retryable code. [#35284][#35284] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 19.1 milestone Mar 21, 2019
@jseldess 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
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
2 participants