[
https://issues.apache.org/jira/browse/IGNITE-11142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817498#comment-16817498
]
Ivan Rakov commented on IGNITE-11142:
-------------------------------------
Command also can be used if transaction is already finished. If transaction
persists in commit/rollback history, all occurences will be printed to output.
Example:
{code:java}
Control utility [ver. 2.7.0-SNAPSHOT#20190415-sha1:DEV]
2019 Copyright(C) Apache Software Foundation
User: Glukos
Time: 2019-04-15T04:44:48.586
--------------------------------------------------------------------------------
Active transactions not found.
Will try to peek history to find out whether transaction was committed / rolled
back.
Transaction was found in completed versions history of the following nodes:
TcpDiscoveryNode [id=b0168b23-ff69-41e6-a044-8ce189800000, addrs=[127.0.0.1],
order=1, ver=2.7.0#20190415-sha1:00000000, isClient=false,
consistentId=bltTest0]:
State: COMMITTED
TcpDiscoveryNode [id=cc9953a2-2a3e-47c3-83c8-329259900001, addrs=[127.0.0.1],
order=2, ver=2.7.0#20190415-sha1:00000000, isClient=false,
consistentId=bltTest1]:
State: COMMITTED
{code}
> Control.sh should print detailed information about transaction.
> ---------------------------------------------------------------
>
> Key: IGNITE-11142
> URL: https://issues.apache.org/jira/browse/IGNITE-11142
> Project: Ignite
> Issue Type: Improvement
> Reporter: Sergey Antonov
> Assignee: Ivan Rakov
> Priority: Major
> Fix For: 2.8
>
>
> We should be able to get detailed information about transactions. Approximate
> info per node:
> * Initiator node
> * Transaction state
> * Used caches
> * Used entry keys
> * Locked keys
>
> Possible command: {{control.sh --tx-info --ids txid1[txid2,...txidN]}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)