Zookeeper拒绝客户端/0:0:0:0:0:0:0:1:59376的会话请求,因为它已看到zxid 0x 124,我们的最后一个zxid是0x 52客户端必须尝试另一个服务器

kqlmhetl  于 2023-01-19  发布在  Apache
关注(0)|答案(1)|浏览(647)

用电报运行Zookeeper继续得到以下错误:

[2021-04-05 15:00:58,881] INFO Refusing session request for client /0:0:0:0:0:0:0:1:59376 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:00,346] INFO Refusing session request for client /0:0:0:0:0:0:0:1:59378 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:02,178] INFO Refusing session request for client /0:0:0:0:0:0:0:1:59380 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:03,362] INFO Refusing session request for client /0:0:0:0:0:0:0:1:59382 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:04,658] INFO Refusing session request for client /127.0.0.1:57084 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:06,329] INFO Refusing session request for client /127.0.0.1:57086 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:07,751] INFO Refusing session request for client /0:0:0:0:0:0:0:1:59388 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:09,174] INFO Refusing session request for client /127.0.0.1:57090 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:10,645] INFO Refusing session request for client /127.0.0.1:57092 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:12,682] INFO Refusing session request for client /127.0.0.1:57094 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
[2021-04-05 15:01:14,216] INFO Refusing session request for client /127.0.0.1:57096 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server (org.apache.zookeeper.server.ZooKeeperServer)
xwbd5t1u

xwbd5t1u1#

我也遇到了同样的问题。我最终通过终止所有Kafka客户端来解决它。不仅是容器,还有UI。我使用的是Conduktor。

相关问题