You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Yussuf Shaikh (JIRA)" <ji...@apache.org> on 2017/07/10 10:08:00 UTC

[jira] [Comment Edited] (KAFKA-5576) Support Power platform by updating rocksdb

    [ https://issues.apache.org/jira/browse/KAFKA-5576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080092#comment-16080092 ] 

Yussuf Shaikh edited comment on KAFKA-5576 at 7/10/17 10:07 AM:
----------------------------------------------------------------

RocksDB team have applied the fixes for Power platform in their latest release. Hence propose to update the rocksdb version to 5.4.7/5.5.1 which fixes the issues on Power.

All tests ran successfully after making below change in gradle dependencies file:
rocksDB: "5.5.1"


was (Author: yussufshaikh):
RocksDB team have applied the fixes for Power platform in their latest release. Hence propose to update the rocksdb version to 5.4.7 which fixes the issues on Power.

All tests ran successfully after making below change in gradle dependencies file:
rocksDB: "5.5.1"

> Support Power platform by updating rocksdb
> ------------------------------------------
>
>                 Key: KAFKA-5576
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5576
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.11.1.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
>            Priority: Minor
>         Attachments: KAFKA-5576.patch
>
>
> 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)