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

Feature Request: Distributed Transaction Actions on VTAdmin #16766

Closed
harshit-gangal opened this issue Sep 12, 2024 · 3 comments
Closed

Feature Request: Distributed Transaction Actions on VTAdmin #16766

harshit-gangal opened this issue Sep 12, 2024 · 3 comments
Labels

Comments

@harshit-gangal
Copy link
Member

Feature Description

VTAdmin should be able to display the list of open distributed transactions that are older than a certain time.
The user should be able to perform the Conclude action on the list of Distributed Transactions displayed on the

Use Case(s)

This gives user the access to conclude open distributed transactions that are not getting resolved by the distributed transaction resolver logic.

@harshit-gangal
Copy link
Member Author

Part of #16245

@harshit-gangal
Copy link
Member Author

There are 2 vtctld grpc API to achieve it which are in
https://github.com/vitessio/vitess/blob/main/go/vt/vtctl/grpcvtctldclient/client_gen.go
GetUnresolvedTransactions: Listing of Distributed Transactions
ConcludeTransaction: Conclude specific transaction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants