[
https://issues.apache.org/jira/browse/IGNITE-25579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-25579:
---------------------------------------
Description:
Reproduceable in
ItPartitionDestructionTest.partitionIsDestroyedOnZoneDestructionOnNodeRecovery():
{code:java}
Caused by: java.lang.AssertionError: Unknown status: READ_ONLY
at
org.apache.ignite.internal.table.distributed.index.MetaIndexStatus.statusOnRemoveIndex(MetaIndexStatus.java:142)
at
org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.lambda$recoverIndexMetas$13(IndexMetaStorage.java:369)
at
org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.lambda$updateAndSaveIndexMetaToMetastore$17(IndexMetaStorage.java:477)
at
java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1932)
at
org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.updateAndSaveIndexMetaToMetastore(IndexMetaStorage.java:477)
at
org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.recoverIndexMetas(IndexMetaStorage.java:367)
at
org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.startAsync(IndexMetaStorage.java:173)
at
org.apache.ignite.internal.app.LifecycleManager.startComponentAsync(LifecycleManager.java:90)
at
org.apache.ignite.internal.app.LifecycleManager.startComponentsAsync(LifecycleManager.java:108)
at
org.apache.ignite.internal.app.IgniteImpl.lambda$joinClusterAsync$30(IgniteImpl.java:1496){code}
> Unknown status: READ_ONLY on node recovery
> ------------------------------------------
>
> Key: IGNITE-25579
> URL: https://issues.apache.org/jira/browse/IGNITE-25579
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> Reproduceable in
> ItPartitionDestructionTest.partitionIsDestroyedOnZoneDestructionOnNodeRecovery():
> {code:java}
> Caused by: java.lang.AssertionError: Unknown status: READ_ONLY
> at
> org.apache.ignite.internal.table.distributed.index.MetaIndexStatus.statusOnRemoveIndex(MetaIndexStatus.java:142)
> at
> org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.lambda$recoverIndexMetas$13(IndexMetaStorage.java:369)
> at
> org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.lambda$updateAndSaveIndexMetaToMetastore$17(IndexMetaStorage.java:477)
> at
> java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1932)
> at
> org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.updateAndSaveIndexMetaToMetastore(IndexMetaStorage.java:477)
> at
> org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.recoverIndexMetas(IndexMetaStorage.java:367)
> at
> org.apache.ignite.internal.table.distributed.index.IndexMetaStorage.startAsync(IndexMetaStorage.java:173)
> at
> org.apache.ignite.internal.app.LifecycleManager.startComponentAsync(LifecycleManager.java:90)
> at
> org.apache.ignite.internal.app.LifecycleManager.startComponentsAsync(LifecycleManager.java:108)
> at
> org.apache.ignite.internal.app.IgniteImpl.lambda$joinClusterAsync$30(IgniteImpl.java:1496){code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)