[
https://issues.apache.org/jira/browse/IGNITE-26484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18039560#comment-18039560
]
Aditya Mukhopadhyay edited comment on IGNITE-26484 at 11/20/25 8:21 AM:
------------------------------------------------------------------------
Noting an observation that the linked build no longer exists on CI. Not
necessarily a blocker, since the logs are attached.
was (Author: JIRAUSER310342):
Noting an observation that the linked build no longer exists on CI. Not
necessarily a blocker.
> Error on replica start: Storage is in the process of being destroyed or
> already destroyed
> -----------------------------------------------------------------------------------------
>
> Key: IGNITE-26484
> URL: https://issues.apache.org/jira/browse/IGNITE-26484
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Chudov
> Priority: Major
> Labels: MakeTeamcityGreenAgain, ignite-3
> Attachments: _Integration_Tests_Module_REST_22385.log.zip
>
>
> {code:java}
> [2025-09-20T03:07:24,627][ERROR][%idrcrpwct_n_3346%tableManager-io-23][FailureManager]
> Critical system error detected. Will be handled accordingly to configured
> handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler
> [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED,
> SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=CRITICAL_ERROR,
> failureCtxId=34890dc7-2ea0-48e8-b6b8-caba5c80243c]
> org.apache.ignite.internal.failure.StackTraceCapturingException: Replica
> start failed [groupId=20_part_1]
> at
> org.apache.ignite.internal.failure.FailureManager.process(FailureManager.java:192)
> at
> org.apache.ignite.internal.failure.FailureManager.process(FailureManager.java:169)
> at
> org.apache.ignite.internal.replicator.ReplicaStateManager.lambda$startReplica$4(ReplicaStateManager.java:232)
> at
> java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
> at
> java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
> at
> java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
> at
> java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:610)
> at
> java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791)
> at
> java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
> 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.util.concurrent.CompletionException:
> org.apache.ignite.internal.storage.StorageDestroyedException: IGN-CMN-65535
> Storage is in the process of being destroyed or already destroyed:
> [tableId=21, partitionId=1] TraceId:ddfb6d3a
> at
> java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
> at
> java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
> at
> java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787)
> ... 4 more
> Caused by: org.apache.ignite.internal.storage.StorageDestroyedException:
> Storage is in the process of being destroyed or already destroyed:
> [tableId=21, partitionId=1]
> at
> org.apache.ignite.internal.storage.util.StorageUtils.throwExceptionDependingOnStorageState(StorageUtils.java:147)
> at
> org.apache.ignite.internal.storage.util.StorageUtils.throwExceptionIfStorageNotInRunnableOrRebalanceState(StorageUtils.java:77)
> at
> org.apache.ignite.internal.storage.pagememory.mv.PersistentPageMemoryMvPartitionStorage.lambda$lastAppliedIndex$2(PersistentPageMemoryMvPartitionStorage.java:227)
> at
> org.apache.ignite.internal.storage.pagememory.mv.AbstractPageMemoryMvPartitionStorage.busy(AbstractPageMemoryMvPartitionStorage.java:688)
> at
> org.apache.ignite.internal.storage.pagememory.mv.PersistentPageMemoryMvPartitionStorage.lastAppliedIndex(PersistentPageMemoryMvPartitionStorage.java:226)
> at
> org.apache.ignite.internal.storage.ThreadAssertingMvPartitionStorage.lastAppliedIndex(ThreadAssertingMvPartitionStorage.java:62)
> at
> org.apache.ignite.internal.table.distributed.raft.snapshot.SnapshotAwarePartitionDataStorage.lastAppliedIndex(SnapshotAwarePartitionDataStorage.java:115)
> at
> org.apache.ignite.internal.table.distributed.raft.PartitionListener.initialize(PartitionListener.java:368)
> at
> org.apache.ignite.internal.partition.replicator.raft.ZonePartitionRaftListener.addTableProcessor(ZonePartitionRaftListener.java:410)
> at
> org.apache.ignite.internal.partition.replicator.PartitionReplicaLifecycleManager.loadTableListenerToZoneReplica(PartitionReplicaLifecycleManager.java:1722)
> at
> org.apache.ignite.internal.table.distributed.TableManager.preparePartitionResourcesAndLoadToZoneReplicaBusy(TableManager.java:1094)
> at
> org.apache.ignite.internal.table.distributed.TableManager.lambda$createPartitionsAndLoadResourcesToZoneReplica$14(TableManager.java:777)
> at
> org.apache.ignite.internal.util.IgniteUtils.inBusyLock(IgniteUtils.java:920)
> at
> org.apache.ignite.internal.table.distributed.TableManager.lambda$createPartitionsAndLoadResourcesToZoneReplica$15(TableManager.java:761)
> at
> java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783)
> ... 4 more {code}
> [https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_IntegrationTests_ModuleRest/9489288]
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)