quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Kafka consume stopped without any exception log

Open liuzhaozhao opened this issue 3 years ago • 6 comments

Describe the bug

This problem was reported in the smallrye-reactive-messaging open source project, but the activity is not as good as that of quarkus (slow response), we may have it once every 1-2 days in production, and the node must be restarted to solve it. I hope the quarkus team can help follow up on this question.

https://github.com/smallrye/smallrye-reactive-messaging/issues/1811#issuecomment-1210126919

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

2.7.6.Final

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

liuzhaozhao avatar Aug 12 '22 08:08 liuzhaozhao

/cc @alesj, @cescoffier, @ozangunalp

quarkus-bot[bot] avatar Aug 12 '22 08:08 quarkus-bot[bot]

@liuzhaozhao I've been looking at your issue to reproduce it and get back to you on the upstream project.

ozangunalp avatar Aug 12 '22 08:08 ozangunalp

Okay, thanks

liuzhaozhao avatar Aug 12 '22 09:08 liuzhaozhao

Hello. I am experiencing similar issue as @liuzhaozhao described. It happened once I update quarkus version from 2.9.2 to 2.11.2 (also with 2.12.0). Any idea about how to overcome this issue?

privetpoka avatar Sep 08 '22 11:09 privetpoka

Hi, I tried to reproduce this without success a couple of weeks ago but was sidetracked. I tried to do something similar to this config: https://github.com/smallrye/smallrye-reactive-messaging/issues/1811#issuecomment-1207215229 , but couldn't reproduce hanging consumption with 100k messages.

I know it is hard in these cases but a reproducer would be awesome.

ozangunalp avatar Sep 12 '22 11:09 ozangunalp

I believe I found what the problem was, and fixed with https://github.com/smallrye/smallrye-reactive-messaging/pull/1895. It is released on reactive messaging 3.19.1 and will arrive in Quarkus shortly

ozangunalp avatar Sep 21 '22 08:09 ozangunalp

closed by https://github.com/quarkusio/quarkus/pull/28117

cescoffier avatar Sep 25 '22 16:09 cescoffier