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

[dst] Avoid conflict resolution if waiting transaction is unblocked from unresolvable conflict #13577

Open
robertsami opened this issue Aug 11, 2022 · 1 comment
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@robertsami
Copy link
Contributor

robertsami commented Aug 11, 2022

Jira Link: DB-3156
See:

// TODO(pessimistic): Abort transactions without re-invoking conflict resolution when

// TODO(pessimistic): In case wait queue finds that a blocker was committed, and if that blocker

Instead of re-running conflict resolution in these cases, just rollback the transaction and fail the operation

@robertsami robertsami added the area/docdb YugabyteDB core features label Aug 11, 2022
@robertsami robertsami self-assigned this Aug 11, 2022
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Aug 11, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Sep 3, 2022
@rthallamko3
Copy link
Contributor

rthallamko3 commented Mar 19, 2024

This should not impact fairness. Consider closing this as it might not add as much value.

@rthallamko3 rthallamko3 assigned basavaraj29 and unassigned robertsami May 4, 2024
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/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
Status: Pending
Development

No branches or pull requests

4 participants