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

Add a debug command to introspect intents and transactions in storage #64787

Closed
aliher1911 opened this issue May 6, 2021 · 1 comment · Fixed by #64879
Closed

Add a debug command to introspect intents and transactions in storage #64787

aliher1911 opened this issue May 6, 2021 · 1 comment · Fixed by #64879
Assignees
Labels
A-cli-admin CLI commands that pertain to controlling and configuring nodes C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@aliher1911
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When debugging database files from production system in context of #60585 it is necessary to extract data about abandoned or active intents and correlate them to abandoned and active transactions. Extracting this from existing commands is very compute intensive and hard to make for many nodes.

Describe the solution you'd like
By adding specific filters to debug keys command or providing a separate debug command we could make investigation process more effective.

Describe alternatives you've considered
Parsing through output of keys or range-data is too slow.

@aliher1911 aliher1911 added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label May 6, 2021
@aliher1911
Copy link
Contributor Author

cc @erikgrinaker

@aliher1911 aliher1911 self-assigned this May 6, 2021
@erikgrinaker erikgrinaker added the A-cli-admin CLI commands that pertain to controlling and configuring nodes label May 6, 2021
@aliher1911 aliher1911 linked a pull request May 11, 2021 that will close this issue
@craig craig bot closed this as completed in #64879 May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli-admin CLI commands that pertain to controlling and configuring nodes C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants