Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.0.0
-
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
Attachments
Issue Links
- relates to
-
KAFKA-5977 Upgrade RocksDB dependency to legally acceptable version
- Resolved
- links to