You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgenii Zagumennov (JIRA)" <ji...@apache.org> on 2018/07/26 14:03:00 UTC

[jira] [Assigned] (IGNITE-8939) Transaction string reprsentation unhandled exception

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

Evgenii Zagumennov reassigned IGNITE-8939:
------------------------------------------

    Assignee: Evgenii Zagumennov

> Transaction string reprsentation unhandled exception
> ----------------------------------------------------
>
>                 Key: IGNITE-8939
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8939
>             Project: Ignite
>          Issue Type: Bug
>          Components: binary
>            Reporter: Evgenii Zagumennov
>            Assignee: Evgenii Zagumennov
>            Priority: Major
>
> IgniteTxHandler.finishDhtLocal() (IgniteTxHandler.java:957)
> {code:java}
> U.error(log, "Failed completing transaction [commit=" + req.commit() + ", tx=" + *tx* + ']', e);{code}
> tx.toString() can lead to excepion (in GridToStringBuilder.toStringImpl()), and original exception in transaction will be lost. We need to log original exception and catch probable tx.toString() exception.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)