Re: SIGSEGV fault in Kafka broker

2018-10-18 Thread Ismael Juma
It's probably because you're using Alpine Linux. That's not a supported operating system as we don't test with it. Ismael On Tue, 16 Oct 2018, 11:50 Vishnu Viswanath, wrote: > Hi, > > I am using openjdk-jre 8. > https://pkgs.alpinelinux.org/package/v3.6/community/x86/openjdk8-jre > > I also not

Re: SIGSEGV fault in Kafka broker

2018-10-16 Thread Vishnu Viswanath
Hi, I am using openjdk-jre 8. https://pkgs.alpinelinux.org/package/v3.6/community/x86/openjdk8-jre I also noticed that this error occurs when Kafka tries to rebuild corrupt indices. The code flow looks like this : ProduceraStateManager.readSnapshot() -> Crc32C.compute() -> SIGSEGV Thanks, Vishnu

Re: SIGSEGV fault in Kafka broker

2018-10-16 Thread Ismael Juma
Looks like a JVM bug. What Java distribution and version are you using? Ismael On Mon, Oct 15, 2018 at 6:34 PM Vishnu Viswanath < vishnu.viswanat...@gmail.com> wrote: > Hello Kafka experts, > > I am running Kafka version 1.1.0 in docker container and the container is > exiting with SIGSEGV. > Th