Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-5576

Support Power platform by updating rocksdb version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0.0
    • 1.0.0
    • streams
    • None

    Description

      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)

      Attachments

        1. KAFKA-5576.patch
          0.4 kB
          Yussuf Shaikh
        2. kafka-stream.txt
          152 kB
          Yussuf Shaikh

        Issue Links

          Activity

            People

              yussufshaikh Yussuf Shaikh
              yussufshaikh Yussuf Shaikh
              Guozhang Wang Guozhang Wang
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: