点燃服务器:"All server nodes for the following caches have left the cluster"
Ignite server: "All server nodes for the following caches have left the cluster"
我正在使用 Ignite.NET 2.7.6。我正在尝试 运行 2 台具有完整缓存复制和持久存储的服务器。
两台服务器具有相同的设置,所有缓存都以复制模式创建。
但是当我停止第一个 运行 服务器时,第二个输出如下:
All server nodes for the following caches have left the cluster: caches' names
从那一刻起,在我启动第一个服务器实例之前,客户端将无法使用枚举的缓存。
您的基线拓扑结构是什么?恐怕只有一个服务器节点在BLT。您应该添加两个节点:
https://apacheignite.readme.io/docs/baseline-topology#section--getting-node-consistent-id-
我正在使用 Ignite.NET 2.7.6。我正在尝试 运行 2 台具有完整缓存复制和持久存储的服务器。 两台服务器具有相同的设置,所有缓存都以复制模式创建。
但是当我停止第一个 运行 服务器时,第二个输出如下:
All server nodes for the following caches have left the cluster: caches' names
从那一刻起,在我启动第一个服务器实例之前,客户端将无法使用枚举的缓存。
您的基线拓扑结构是什么?恐怕只有一个服务器节点在BLT。您应该添加两个节点:
https://apacheignite.readme.io/docs/baseline-topology#section--getting-node-consistent-id-