Ivan Rakov created IGNITE-11747:
-----------------------------------
Summary: Document --tx control script commands
Key: IGNITE-11747
URL:
https://issues.apache.org/jira/browse/IGNITE-11747 Project: Ignite
Issue Type: Task
Components: documentation
Reporter: Ivan Rakov
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
(v7.6.3#76005)