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
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
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,