我正在使用Hazelcast v3.2.4。服务器加载了一些mapstore实现。当地图存储在启动时发生急切加载时,我看到此警告消息(堆仍然看起来有空间)。我不确定可能导致此警告消息的原因。可能导致这种情况以及如何最好地解决这个问题?
2014-09-12 17:36:00,871 WARN c.h.p.InternalPartitionService [hz._hzInstance_1_test.cached.thread-9] [xxx.xxx.xxx.xxx]:5701 [test] [3.2.4] Owner of partition is being removed! Possible data loss for partition[95]. PartitionReplicaChangeEvent{partitionId=95, replicaIndex=0, oldAddress=Address[xxx.xxx.xxx.xxx]:5701, newAddress=null}
答案 0 :(得分:0)
根据我使用Hazelcast的经验,我建议您在初始化hazelcast实例后等待一段时间。在将数据写入hazelcast集群时启动/停止hz实例时,通常可以看到此消息。 有关更详细的说明,我需要查看您的IMap配置