cppla

Results 50 comments of cppla

is it gevent == 20.9.0 and kafka-python == 2.0.2 ??? @vsrini-ns This is my high CPU code, kafka cluster is't exist, olny for test. : ``` from gevent import monkey...

what happend?? @vsrini-ns ``` # dead loop strace -f -p 49756 [pid 49756] epoll_wait(4, [{EPOLLOUT, {u32=15, u64=12884901903}}], 64, 59743) = 1 [pid 49756] getpid() = 49756 [pid 49756] epoll_wait(4, [{EPOLLOUT,...

I test use your code , high cpu , environment:gevent == 20.9.0 and kafka-python == 2.0.2 I test my code again , high cpu, environment:gevent == 20.9.0 and kafka-python ==...

@vsrini-ns @dpkp ,Indeed, I tested it again. Maybe the consumer and heartbeat threads are hogging the CPU since the lock is shared.

下次闲了会更新这块逻辑,暂时先用username!='' 或 name!='' 屏蔽掉经常闪断掉线的告警。

1.1.3已经解决该关键bug,@lianyis @xulinbao **docker pull /cppla/serverstatus:latest**

> > 1.1.3已经解决该关键bug,@lianyis @xulinbao > > **docker pull /cppla/serverstatus:latest** > > 这个延时5s判断能不能自定义设置 自定义这个时间意义不是特别大吧?

> > > > 1.1.3已经解决该关键bug,@lianyis @xulinbao > > > > **docker pull /cppla/serverstatus:latest** > > > > > > > > > 这个延时5s判断能不能自定义设置 > > > > > > 自定义这个时间意义不是特别大吧?...

阈值限制了,1000s是16分钟。。 16分钟内只报告一次。 为了方便测试可以先把阈值修改为1s @lianyis 另外 docker logs serverstatus -f 能看到日志的输出。