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

Handle write operation failures during tablet bootstrap #5224

Closed
spolitov opened this issue Jul 26, 2020 · 0 comments
Closed

Handle write operation failures during tablet bootstrap #5224

spolitov opened this issue Jul 26, 2020 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/bug This issue is a bug

Comments

@spolitov
Copy link
Contributor

It could happen if the appropriate transaction was previously aborted.
Such a situation already handled correctly on hot, so should handle it during bootstrap also.

@spolitov spolitov added kind/bug This issue is a bug area/docdb YugabyteDB core features labels Jul 26, 2020
@spolitov spolitov self-assigned this Jul 26, 2020
spolitov added a commit that referenced this issue Jul 26, 2020
Summary:
This can  happen if the appropriate transaction was previously aborted.
Such a situation is already handled correctly for live operations, so we should handle it similarly during bootstrap also.

Test Plan: Jenkins

Reviewers: kannan, mikhail

Reviewed By: kannan, mikhail

Subscribers: kannan, ybase

Differential Revision: https://phabricator.dev.yugabyte.com/D9018
mbautin pushed a commit to mbautin/yugabyte-db that referenced this issue Jul 27, 2020
…ing tablet bootstrap

Summary:
This can  happen if the appropriate transaction was previously aborted.
Such a situation is already handled correctly for live operations, so we should handle it similarly during bootstrap also.

Test Plan: Jenkins

Reviewers: mikhail, kannan

Reviewed By: kannan

Subscribers: ybase, kannan

Differential Revision: https://phabricator.dev.yugabyte.com/D9021
spolitov added a commit that referenced this issue Jul 27, 2020
…et bootstrap

Summary:
This can  happen if the appropriate transaction was previously aborted.
Such a situation is already handled correctly for live operations, so we should handle it similarly during bootstrap also.

Test Plan: Jenkins: patch: 2.1

Reviewers: mikhail, kannan

Reviewed By: kannan

Subscribers: ybase, kannan

Differential Revision: https://phabricator.dev.yugabyte.com/D9022
spolitov added a commit that referenced this issue Jul 27, 2020
…et bootstrap

Summary:
This can  happen if the appropriate transaction was previously aborted.
Such a situation is already handled correctly for live operations, so we should handle it similarly during bootstrap also.

Test Plan: Jenkins: patch: 2.2

Reviewers: mikhail, kannan

Reviewed By: mikhail, kannan

Subscribers: ybase, kannan

Differential Revision: https://phabricator.dev.yugabyte.com/D9021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/bug This issue is a bug
Projects
None yet
Development

No branches or pull requests

1 participant