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

[DocDB] Resumption of aborted waiters from wait-queue solely depends on txn status polling #21404

Open
1 task done
basavaraj29 opened this issue Mar 11, 2024 · 0 comments
Open
1 task done
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@basavaraj29
Copy link
Contributor

basavaraj29 commented Mar 11, 2024

Jira Link: DB-10294

Description

It looks like we resume aborted waiters only when we realize the abort from txn status requests that are launched as part of Poll.

We could additionally resolve the aborted waiters on SignalAborted, and even on MaybeSignalWaitingTransactions. If we implement this, I believe we should ensure that we enqueue the aborted waiter only once while signaling on the MaybeSignalWaitingTransactions codepath.

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
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: No status
Development

No branches or pull requests

2 participants