smartloli / EFAK

A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.
https://www.kafka-eagle.org/
Apache License 2.0
3.09k stars 778 forks source link

读取zookeeper buffer 报错 #461

Closed yangvipguang closed 3 years ago

yangvipguang commented 3 years ago

image 这个属于bug 还是配置问题。

BsoBird commented 3 years ago

哥们你解决这个问题了吗?这应该是zk连接起太多打满zk上限导致的。

yangvipguang commented 3 years ago

@BsoBird 不知道我已经弃用了。 可以推荐你用滴滴开源的。 https://github.com/didi/Logi-KafkaManager

BsoBird commented 3 years ago

DIDI这个需要等几个版本迭代。它接管已有kafka集群不太方便,主要是topic不能直接管理。

BsoBird commented 3 years ago

我这边打算先cmak + eagle顶一阵子。然后观望下滴滴的进展

yangvipguang commented 3 years ago

挺方便的啊。我们用这个不错的。

BsoBird commented 3 years ago

他这个接管已存在的topic现在很麻烦。我想等两个版本

BsoBird commented 3 years ago

我找到他bug在哪了,他代码的zk连接池有问题。连接池请求资源空了之后又直接新创建了满的连接池,而且在释放的时候,对于不在连接池管控内的连接 不关闭。诶呦,代码怎么能这么写呢。

KingNF commented 3 years ago

这个问题,修复后,还是有问题,你们的eagle 可以跑多久,不挂?

yangvipguang commented 3 years ago

@KingNF 已经不用了。总是出现502 问题。