[
https://issues.apache.org/jira/browse/IGNITE-24885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy reassigned IGNITE-24885:
------------------------------------------
Assignee: Roman Puchkovskiy
> ItSqlClientAsynchronousApiTest#ddl hangs in case of enabled colocation
> ----------------------------------------------------------------------
>
> Key: IGNITE-24885
> URL: https://issues.apache.org/jira/browse/IGNITE-24885
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> Aforementioned test hangs on index creation
> {code:java}
> checkDdl(true, sql, "CREATE INDEX TEST_IDX ON TEST(VAL0)"); {code}
> with following exceptions in logs
> {code:java}
> [2025-03-20T12:48:39,565][INFO
> ][%iscaat_n_3344%metastorage-watch-executor-2][IndexManager] Creating local
> index: name=TEST_IDX, id=20, tableId=18, token=346
> [2025-03-20T12:48:39,574][WARN
> ][%iscaat_n_3344%JRaft-FSMCaller-Disruptor-metastorage_stripe_0-0][CatalogManagerImpl]
> Failed to apply catalog update.
> java.util.concurrent.CompletionException:
> org.apache.ignite.internal.storage.StorageException: IGN-CMN-65535
> TraceId:6031ffc5-97f0-41c0-8b72-8021fde8d293 Partition ID 8 does not exist
> {code}
> Same for ItSqlApiBaseTest#checkMixedTransactionsForIndex
> {code:java}
> [2025-03-20T13:23:42,934][INFO
> ][%isaat_n_3344%metastorage-watch-executor-2][IndexManager] Creating local
> index: name=TEST_IDX, id=20, tableId=18, token=338
> [2025-03-20T13:23:42,941][WARN
> ][%isaat_n_3344%JRaft-FSMCaller-Disruptor-metastorage_stripe_0-0][CatalogManagerImpl]
> Failed to apply catalog update.
> java.util.concurrent.CompletionException:
> org.apache.ignite.internal.storage.StorageException: IGN-CMN-65535
> TraceId:3b285cf2-2e13-42f3-bccc-32e451f47751 Partition ID 5 does not exist
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)