kafka0.10.2磁盘读取io太高,isr总是收缩和扩展,客户端超时

mf98qq94  于 2021-06-07  发布在  Kafka
关注(0)|答案(0)|浏览(309)

集群:0.10.2
现象:新增消费并引发流量高峰。
集群将始终调整isr
磁盘读取上升

客户端将出现超时
代理获取副本链接已关闭。代理日志: Attempting to send response via channel for which there there no open connection, connection id 问题:
     1在检查了源代码之后我发现了这个 // if the selector closed the connection because it was idle for too long. 为什么这么闲?磁盘io等待时间太长,或者说有其他主动关机的情况
频繁交换isr消耗的网络流量远远超过正常消费流量,这是为什么呢

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题