Add a debug command to introspect intents and transactions in storage #64787
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)
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.
The text was updated successfully, but these errors were encountered: