[
https://issues.apache.org/jira/browse/IGNITE-13507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254456#comment-17254456
]
Ignite TC Bot commented on IGNITE-13507:
----------------------------------------
{panel:title=Branch: [pull/8547/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8547/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Cache 9{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5803054]]
* {color:#013220}IgniteCacheTestSuite9:
TxRecoveryOnCoordniatorFailTest.testWithoutMvcc - PASSED{color}
{color:#00008b}SPI{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5803020]]
* {color:#013220}IgniteSpiTestSuite:
TcpDiscoveryNetworkIssuesTest.testFailTwoNodes - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5803090&buildTypeId=IgniteTests24Java8_RunAll]
> NullPointerException on tx recovery
> -----------------------------------
>
> Key: IGNITE-13507
> URL: https://issues.apache.org/jira/browse/IGNITE-13507
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.7.5
> Reporter: Pavel Vinokurov
> Assignee: Pavel Vinokurov
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Server node failed because of NullPointerException on tx recovery:
> {code:java}
> [17:15:02,428][SEVERE][sys-#305][] Critical system error detected. Will be
> handled accordingly to configured handler [hnd=StopNodeOrHaltFailureHandler
> [tryStop=false, timeout=0, super=AbstractFailureHandler
> [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED,
> SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext
> [type=CRITICAL_ERROR, err=class o.a.i.IgniteException: Failed to perform tx
> recovery]]
> class org.apache.ignite.IgniteException: Failed to perform tx recovery
> at
> org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager$TxRecoveryInitRunnable.run(IgniteTxManager.java:3288)
> at
> org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:7186)
> at
> org.apache.ignite.internal.processors.closure.GridClosureProcessor$1.body(GridClosureProcessor.java:826)
> at
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:119)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.lang.NullPointerException
> at
> org.apache.ignite.internal.IgniteFeatures.nodeSupports(IgniteFeatures.java:212)
> at
> org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager$TxRecoveryInitRunnable.isMvccRecoveryMessageRequired(IgniteTxManager.java:3304)
> at
> org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager$TxRecoveryInitRunnable.run(IgniteTxManager.java:3208)
> ... 6 more
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)