[
https://issues.apache.org/jira/browse/IGNITE-11059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779492#comment-16779492
]
Ivan Rakov commented on IGNITE-11059:
-------------------------------------
I think, we can still make the message more informative.
{code:java}
StringBuilder sb = new StringBuilder().append("Timed out waiting
for lock response, holding lock on: ");
{code}
I'd describe stiuation in details and add more info about current transaction,
something like "Transaction [nearXid=<>, xid=<>, nearNodeId=<>] commit on
primary node timed out, can't acquire lock for key: ".
> Print information about pending locks queue in case of dht local tx timeout.
> ----------------------------------------------------------------------------
>
> Key: IGNITE-11059
> URL: https://issues.apache.org/jira/browse/IGNITE-11059
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexei Scherbakov
> Assignee: Ivan Daschinskiy
> Priority: Major
> Labels: newbie
> Fix For: 2.8
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Currently in case of dht local tx timeout it's hard to understand which keys
> was not locked.
> Addtional information should be printed in log on timeout containing
> information about pending keys:
> key, tx info holding a lock (xid, label if present)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)