You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Rakov (JIRA)" <ji...@apache.org> on 2019/04/15 16:06:00 UTC

[jira] [Updated] (IGNITE-11747) Document --tx control script commands

     [ https://issues.apache.org/jira/browse/IGNITE-11747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Rakov updated IGNITE-11747:
--------------------------------
    Fix Version/s: 2.8

> 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
>            Priority: Major
>             Fix For: 2.8
>
>
> 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)