hepyu commented on issue #12800: URL: https://github.com/apache/pulsar/issues/12800#issuecomment-968689486
补充7: 果然如补充6所猜测的一致,当消费者由于GC假死后,分区的topic stats中的consumers为空,pulsar-broker应该是通过心跳判断consuemr已经断开了。 目前从重现&各种现象下的分析结果是:消费者如果使用的是G1(已经做调优),并且在海量消息段时间涌入时,会出现假死,然后从pulsar-broker上断开。导致无法消费。  后边我们会将消费者的GC切换为ZGC验证是否恢复正常。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
