Andres Gomez Ferrer created KAFKA-3805: ------------------------------------------
Summary: Java_org_rocksdb_RocksDB_write error Key: KAFKA-3805 URL: https://issues.apache.org/jira/browse/KAFKA-3805 Project: Kafka Issue Type: Bug Components: streams Affects Versions: 0.10.0.0 Environment: * Ubuntu Server 16.04 LTS - Java: OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14) * OSX 10.11.5 - Java: Java(TM) SE Runtime Environment (build 1.8.0_74-b02) Reporter: Andres Gomez Ferrer Assignee: Guozhang Wang Priority: Critical I reproduce the error working with simple two instances of my kafka streams application reading from one topic writing on other and using a RocksDB store. I reproduce it starting one instance, sending some messages on the input topic and later starting another Kafka streams instance. Then, the first instance died and drop a core dump. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000012102b7ad, pid=7288, tid=22531 # # JRE version: Java(TM) SE Runtime Environment (8.0_74-b02) (build 1.8.0_74-b02) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02 mixed mode bsd-amd64 compressed oops) # Problematic frame: # C [librocksdbjni6949968954399704135..jnilib+0x117ad] Java_org_rocksdb_RocksDB_write0+0x1d # # Core dump written. Default location: /cores/core or core.7288 # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # -- This message was sent by Atlassian JIRA (v6.3.4#6332)