[
https://issues.apache.org/jira/browse/KAFKA-5576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang updated KAFKA-5576:
---------------------------------
Summary: Support Power platform by updating rocksdb version (was: Support
Power platform by updating rocksdb)
> Support Power platform by updating rocksdb version
> --------------------------------------------------
>
> Key: KAFKA-5576
> URL: https://issues.apache.org/jira/browse/KAFKA-5576
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Affects Versions: 1.0.0
> Environment: $ cat /etc/lsb-release
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=14.04
> DISTRIB_CODENAME=trusty
> DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
> $ uname -a
> Linux pts00432-vm20 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15
> 17:42:36 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
> Reporter: Yussuf Shaikh
> Assignee: Yussuf Shaikh
> Priority: Minor
> Fix For: 1.0.0
>
> Attachments: KAFKA-5576.patch, kafka-stream.txt
>
>
> Many test cases are failing with one to the following exceptions related to
> rocksdb.
> 1. java.lang.NoClassDefFoundError: Could not initialize class
> org.rocksdb.Options
> at
> org.apache.kafka.streams.state.internals.RocksDBStore.openDB(RocksDBStore.java:119)
> at
> org.apache.kafka.streams.state.internals.Segment.openDB(Segment.java:40)
> 2. java.lang.UnsatisfiedLinkError: /tmp/librocksdbjni4427030040392983276.so:
> /lib64/ld64.so.2: version `GLIBC_2.22' not found (required by
> /tmp/librocksdbjni4427030040392983276.so)
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
> at java.lang.Runtime.load0(Runtime.java:809)
> at java.lang.System.load(System.java:1086)
> at
> org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:78)
> 3. java.lang.AssertionError: Condition not met within timeout 30000.
> Expecting 3 records from topic output-topic-2 while only received 0: []
> at
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:274)
> at
> org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:160)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)