[
https://issues.apache.org/jira/browse/IGNITE-28249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-28249:
-----------------------------------
Description:
Stop of hanged test raises {{AssertionError}} in
{{SchemaOperationManager#checkFinished}}:
{code}
[2026-03-16T16:38:35,868][ERROR][exchange-worker-#289807%index.DynamicIndexReplicatedAtomicConcurrentSelfTest1%][IgniteTestResources]
Critical system error detected. Will be handled accordingly to configured
handler [hnd=StopNodeFailureHandler [super=AbstractFailureHandler
[ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED,
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext
[type=SYSTEM_WORKER_TERMINATION, err=java.lang.AssertionError:
{e8a402ed-c326-4010-908b-725452600003=IgniteBiTuple [val1=null, val2=false],
59a7076c-c49e-40f8-9e68-824053b00002=IgniteBiTuple [val1=null, val2=false],
559db654-befb-440a-83fb-886d01500001=IgniteBiTuple [val1=null, val2=true]}]]
java.lang.AssertionError: {e8a402ed-c326-4010-908b-725452600003=IgniteBiTuple
[val1=null, val2=false], 59a7076c-c49e-40f8-9e68-824053b00002=IgniteBiTuple
[val1=null, val2=false], 559db654-befb-440a-83fb-886d01500001=IgniteBiTuple
[val1=null, val2=true]}
at
org.apache.ignite.internal.processors.query.schema.SchemaOperationManager.checkFinished(SchemaOperationManager.java:238)
at
org.apache.ignite.internal.processors.query.schema.SchemaOperationManager.onNodeLeave(SchemaOperationManager.java:205)
at
org.apache.ignite.internal.processors.query.GridQueryProcessor.onNodeLeave(GridQueryProcessor.java:2073)
at
org.apache.ignite.internal.processors.cache.GridCacheProcessor.processCustomExchangeTask(GridCacheProcessor.java:433)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.processCustomTask(GridCachePartitionExchangeManager.java:2917)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:3059)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2979)
at
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:125)
at java.base/java.lang.Thread.run(Thread.java:829)
{code}
> Hanging DynamicIndexAbstractConcurrentSelfTest
> ----------------------------------------------
>
> Key: IGNITE-28249
> URL: https://issues.apache.org/jira/browse/IGNITE-28249
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Priority: Major
> Labels: IEP-132, ise
>
> Stop of hanged test raises {{AssertionError}} in
> {{SchemaOperationManager#checkFinished}}:
> {code}
> [2026-03-16T16:38:35,868][ERROR][exchange-worker-#289807%index.DynamicIndexReplicatedAtomicConcurrentSelfTest1%][IgniteTestResources]
> Critical system error detected. Will be handled accordingly to configured
> handler [hnd=StopNodeFailureHandler [super=AbstractFailureHandler
> [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED,
> SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext
> [type=SYSTEM_WORKER_TERMINATION, err=java.lang.AssertionError:
> {e8a402ed-c326-4010-908b-725452600003=IgniteBiTuple [val1=null, val2=false],
> 59a7076c-c49e-40f8-9e68-824053b00002=IgniteBiTuple [val1=null, val2=false],
> 559db654-befb-440a-83fb-886d01500001=IgniteBiTuple [val1=null, val2=true]}]]
> java.lang.AssertionError: {e8a402ed-c326-4010-908b-725452600003=IgniteBiTuple
> [val1=null, val2=false], 59a7076c-c49e-40f8-9e68-824053b00002=IgniteBiTuple
> [val1=null, val2=false], 559db654-befb-440a-83fb-886d01500001=IgniteBiTuple
> [val1=null, val2=true]}
> at
> org.apache.ignite.internal.processors.query.schema.SchemaOperationManager.checkFinished(SchemaOperationManager.java:238)
> at
> org.apache.ignite.internal.processors.query.schema.SchemaOperationManager.onNodeLeave(SchemaOperationManager.java:205)
> at
> org.apache.ignite.internal.processors.query.GridQueryProcessor.onNodeLeave(GridQueryProcessor.java:2073)
> at
> org.apache.ignite.internal.processors.cache.GridCacheProcessor.processCustomExchangeTask(GridCacheProcessor.java:433)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.processCustomTask(GridCachePartitionExchangeManager.java:2917)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:3059)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2979)
> at
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:125)
> at java.base/java.lang.Thread.run(Thread.java:829)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)