[
https://issues.apache.org/jira/browse/IGNITE-11959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879265#comment-16879265
]
Ivan Rakov commented on IGNITE-11959:
-------------------------------------
[[email protected]], thanks, merged to master.
> 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
> Priority: Major
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)