You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2021/01/18 14:43:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-11747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267324#comment-17267324 ] 

Maxim Muzafarov commented on IGNITE-11747:
------------------------------------------

[~nsafonov] 

Hello, it seems this issue related to the 2.8 release feature. What if we complete this issue outside of the 2.10 release scope?

> 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)