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)