首页 > 解决方案 > hazelcast 错误“找不到事务日志”

问题描述

我正在使用带有 3 个 HC 实例的 hazelcast 3.12.6。过了一会儿,我可以在日志中看到:

2020-04-30 14:27:52 318 WARN  c.h.collection.impl.set.SetContainer:49 - [192.168.0.12]:5701 [xyz] [3.12.6] Transaction log cannot be found for committing 'remove()' operation on backup member. Missing log item ID:661
2020-04-30 14:27:52 361 WARN  c.h.collection.impl.set.SetContainer:49 - [192.168.0.12]:5701 [xyz] [3.12.6] Transaction log cannot be found for committing 'remove()' operation on backup member. Missing log item ID:664
2020-04-30 14:27:52 401 WARN  c.h.collection.impl.set.SetContainer:49 - [192.168.0.12]:5701 [xyz] [3.12.6] Transaction log cannot be found for committing 'remove()' operation on backup member. Missing log item ID:664
2020-04-30 14:27:52 437 WARN  c.h.collection.impl.set.SetContainer:49 - [192.168.0.12]:5701 [xyz] [3.12.6] Transaction log cannot be found for committing 'remove()' operation on backup member. Missing log item ID:664
2020-04-30 14:27:52 606 WARN  c.h.collection.impl.set.SetContainer:49 - [192.168.0.12]:5701 [xyz] [3.12.6] Transaction log cannot be found for committing 'remove()' operation on backup member. Missing log item ID:664
2020-04-30 14:27:52 721 WARN  c.h.collection.impl.set.SetContainer:49 - [192.168.0.12]:5701 [xyz] [3.12.6] Transaction log cannot be found for committing 'remove()' operation on backup member. Missing log item ID:658

这是一个严重的问题吗?我做错什么了吗?也许这只是“很高兴知道”并且对 HC 来说是正常的?

感谢任何提示的帮助:)

标签: javahazelcast

解决方案


推荐阅读