-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add command to see the unresolved transactions #16589
Add command to see the unresolved transactions #16589
Conversation
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to fix the existing engine test
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16589 +/- ##
=======================================
Coverage ? 68.82%
=======================================
Files ? 1557
Lines ? 199932
Branches ? 0
=======================================
Hits ? 137605
Misses ? 62327
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Description
This PR adds the syntax and implementation for reading all pending unresolved atomic transactions. The two following types of queries are supported -
show unresolved transactions for ks
- This command gets all the unresolved transactions in the keyspace ks.show unresolved transactions
- This command gets all the unresolved transactions in the default keyspace, which can be set by theuse ks
command.Related Issue(s)
Checklist
Deployment Notes