Igor created IGNITE-24136: ----------------------------- Summary: [FLAKY] BROKEN state after node restart in cluster of 2 nodes Key: IGNITE-24136 URL: https://issues.apache.org/jira/browse/IGNITE-24136 Project: Ignite Issue Type: Bug Components: persistence Affects Versions: 3.0.0-beta1 Environment: 2 nodes (1 node is CMG, each node {color:#067d17}"{color}{color:#067d17}-Xms512m"{color}, {color:#067d17}"-Xmx1536m{color}{color:#067d17}"{color}), each on separate host. Each host vCPU: 4, Memory: 32GB. Reporter: Igor Attachments: server_logs.zip
# Start 2 nodes (1 node is CMG, each node {color:#067d17}"-Xms512m"{color}, {color:#067d17}"-Xmx1536m"{color}), each on separate host. Each host vCPU: 4, Memory: 32GB. # Create 10 tables ## Execute query: create zone if not exists "cluster_failover_2" with replicas=2, data_nodes_auto_adjust_scale_up=10, data_nodes_auto_adjust_scale_down=10, storage_profiles='default_aipersist' ## Execute query: create TABLE failoverTest00(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest01(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest02(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest03(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest04(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest05(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest06(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest07(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest08(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" ## Execute query: create TABLE failoverTest09(k1 INTEGER not null, k2 INTEGER not null, v1 VARCHAR(100), v2 VARCHAR(255), v3 TIMESTAMP not null, primary key (k1, k2)) ZONE "cluster_failover_2" # Fill tables with 1000 rows each # Await all partitions of all tables local state is "HEALTHY" # Await all partitions of all tables global state is "AVAILABLE" # Assert the tables has been filled, with expected row count of '1000' and no errors in logs ## Assert that ignite log contains no errors or exceptions # Kill node (not CMG) and start it again # Assert physical and logical topologies are correct # Await all partitions of all tables local state is "HEALTHY" *Expected:* Steps are executed successfully. *Actual:* Actual states: HEALTHY, BROKEN [^server_logs.zip] -- This message was sent by Atlassian Jira (v8.20.10#820010)