[ https://issues.apache.org/jira/browse/IGNITE-24999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kirill Sizov reassigned IGNITE-24999: -------------------------------------- Assignee: Kirill Sizov > Partition restart times out > --------------------------- > > Key: IGNITE-24999 > URL: https://issues.apache.org/jira/browse/IGNITE-24999 > Project: Ignite > Issue Type: Bug > Reporter: Kirill Sizov > Assignee: Kirill Sizov > Priority: Major > Labels: ignite-3 > > *How to reproduce:* > Spin up a multinode cluster. > Run a SQL query to create partitions. Example script is provided below. > Trigger a partition restart on any partitions. > *Expected:* > Partition restarted. > *Observed:* > The operation fails with a timeout error. Here is an example from CLI: > CREATE TABLE Person(ID INTEGER PRIMARY KEY, NAME VARCHAR(100)); > INSERT INTO Person(ID, NAME) VALUES (1, 'Ed'), (2, 'Ann'), (3, 'Emma'); > SELECT * FROM Person; -- This message was sent by Atlassian Jira (v8.20.10#820010)