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

[jira] [Created] (IGNITE-11959) NullPointerException If transaction failed and failure handler doesn't configured explicitly

Kirill Tkalenko created IGNITE-11959:
----------------------------------------

             Summary: NullPointerException If transaction failed and failure handler doesn't configured explicitly
                 Key: IGNITE-11959
                 URL: https://issues.apache.org/jira/browse/IGNITE-11959
             Project: Ignite
          Issue Type: Bug
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko
             Fix For: 2.8


In IGNITE-9082 was introduced code in IgniteTxAdapter:
{code:java}
            U.error(log, String.format(fmt, commit, CU.txString(this),
                cctx.gridConfig().getFailureHandler().getClass().getSimpleName()), e);
{code}
We get NullPointerException, If failureHander doesn't configured explicitly.

Information about configured failureHandler is printed in FailureProcessor logic. I think we could remove failureHandler classname from such log messages.



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