bifromqio / bifromq

A Multi-Tenancy MQTT broker adopting Serverless architecture
https://bifromq.io
Apache License 2.0
603 stars 61 forks source link

集群运行一段时间后,warn.log 就会打印 There is no storeDescriptor for local store #93

Open masterOcean opened 1 month ago

masterOcean commented 1 month ago

集群运行一段时间后,warn.log 就会打印 There is no storeDescriptor for local store 集群运行一段时间后,warn.log 就会打印如下,但集群完全正常

2024-06-26 15:13:59.881  WARN   [bg-task-executor-3] --- c.b.b.b.b.impl.RangeLeaderBalancer      [RangeLeaderBalancer.java:150] There is no storeDescriptor for local store: e8a84d42-8292-489e-a241-9ce716d14e07
2024-06-26 15:30:57.446  WARN   [bg-task-executor-2] --- c.b.b.b.b.impl.RangeLeaderBalancer      [RangeLeaderBalancer.java:150] There is no storeDescriptor for local store: e8a84d42-8292-489e-a241-9ce716d14e07

BifroMQ

To Reproduce

Expected behavior

Logs

Configurations

OS(please complete the following information):

JVM:

Performance Related

Additional context Add any other context about the problem here.

popduke commented 3 weeks ago

这个一般出现在集群网络抖动导致节点间探测失败的时候