Kirill Sizov created IGNITE-24999:
--------------------------------------
Summary: Partition restart times out
Key: IGNITE-24999
URL: https://issues.apache.org/jira/browse/IGNITE-24999
Project: Ignite
Issue Type: Bug
Reporter: Kirill Sizov
*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)