Re: partitionLossPolicy confused

2022-10-12 Thread 38797715
https://issues.apache.org/jira/browse/IGNITE-17835 在 2022/9/30 18:14, Вячеслав Коптилин 写道: Hello, In general there are two possible ways to handle lost partitions for a cluster that uses Ignite Native Persistence: 1.    - Return all failed nodes to baseline topology.    - Call resetLostParti

Re: partitionLossPolicy confused

2022-09-30 Thread Вячеслав Коптилин
Hello, In general there are two possible ways to handle lost partitions for a cluster that uses Ignite Native Persistence: 1. - Return all failed nodes to baseline topology. - Call resetLostPartitions 2. - Stop all remaining nodes in the cluster. - Start all nodes in the cluster (incl

partitionLossPolicy confused

2022-09-26 Thread 38797715
hello, Start two nodes with native persistent enabled, and then activate it. create a table with no backups, sql like follows: CREATE TABLE City (   ID INT,   Name VARCHAR,   CountryCode CHAR(3),   District VARCHAR,   Population INT,   PRIMARY KEY (ID, CountryCode) ) WITH "template=partitioned,