You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Vinokurov (Jira)" <ji...@apache.org> on 2020/10/02 05:44:00 UTC

[jira] [Created] (IGNITE-13507) Critical error on tx recovery

Pavel Vinokurov created IGNITE-13507:
----------------------------------------

             Summary: Critical error 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


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)