[
https://issues.apache.org/jira/browse/IGNITE-11747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-11747:
-------------------------------------
Labels: important (was: )
> Document --tx control script commands
> -------------------------------------
>
> Key: IGNITE-11747
> URL: https://issues.apache.org/jira/browse/IGNITE-11747
> Project: Ignite
> Issue Type: Task
> Components: control.sh, documentation
> Reporter: Ivan Rakov
> Priority: Critical
> Labels: important
> Fix For: 2.10
>
>
> Along with consistency check utilities, ./control.sh script has --tx command
> which allows to display info about active transactions and even kill hanging
> transactions directly.
> ./control.sh provides just brief description of options:
> {code:java}
> List or kill transactions:
> control.sh --tx [--xid XID] [--min-duration SECONDS] [--min-size SIZE]
> [--label PATTERN_REGEX] [--servers|--clients] [--nodes
> consistentId1[,consistentId2,....,consistentIdN]] [--limit NUMBER] [--order
> DURATION|SIZE|START_TIME] [--kill] [--info] [--yes]
> {code}
> We should document possible use cases and options of the command, possibly
> somewhere close to [https://apacheignite-tools.readme.io/docs/control-script]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)