bifromq icon indicating copy to clipboard operation
bifromq copied to clipboard

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

Open masterOcean opened this issue 7 months ago • 1 comments

集群运行一段时间后,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

  • Version: [3.1.1]
  • Deployment: [Cluster]

To Reproduce

Expected behavior

Logs

Configurations

OS(please complete the following information):

JVM:

  • Version: [ 17]

Performance Related

  • HOST:
    • Cluster node count: [3]
    • CPU: [32]
    • Memory: [64]
  • Network:
    • Bandwidth: [5Gbps]
    • Latency: []
  • Load:
    • PUB count: []
    • SUB count: []
    • PUB QPS per connection: []
    • Payload size: []

Additional context Add any other context about the problem here.

masterOcean avatar Jun 27 '24 08:06 masterOcean