Apache Kafka 0.9.0.1 - NoSuchMethodError - hotspot/src/share/vm/prims/jni.cpp

Tobias Feldhaus tobias.feldhaus at gmail.com
Tue Mar 22 12:55:05 UTC 2016


We are testing a 3-node cluster with Apache Kafka 0.9.0.1 on FreeBSD
10.2 and OpenJDK8 (build 1.8.0_72-b15). First, we tried it with ZFS,
but this didn't work and threw Exceptions
(see: https://issues.apache.org/jira/browse/KAFKA-3240). Then we
switched the filesystem for the data directories to UFS. After running
the system for a couple of hours, 2 out of 3 brokers failed and
coredumped. We reported the issue
(https://issues.apache.org/jira/browse/KAFKA-3446), but it seems like it
 is related to the OpenJDK implementation on FreeBSD:

Stack: [0x00007fffdd2d2000,0x00007fffdd3d2000],  sp=0x00007fffdd3d1860,
free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
V  [libjvm.so+0x6c9ce8]  JVM_FindSignal+0xb6e38
V  [libjvm.so+0x8898f1]  JVM_handle_bsd_signal+0xd6831
V  [libjvm.so+0x4391d0]  +0x248410
V  [libjvm.so+0x43867f]  +0x2478bf
V  [libjvm.so+0x91e1af]  JVM_handle_bsd_signal+0x16b0ef
V  [libjvm.so+0x91cd81]  JVM_handle_bsd_signal+0x169cc1
V  [libjvm.so+0x91c687]  JVM_handle_bsd_signal+0x1695c7
V  [libjvm.so+0x91c0e4]  JVM_handle_bsd_signal+0x169024
V  [libjvm.so+0x91bdb5]  JVM_handle_bsd_signal+0x168cf5
V  [libjvm.so+0x7ad3af]  JVM_FindSignal+0x19a4ff
C  [libthr.so.3+0x87c5]  operator->+0x725

Please find the full coredump here:
http://zentrale1.com/~tobi/hs_err_pid89252.log

Any advice how we can track this down further?


More information about the freebsd-java mailing list