-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
On RHEL with Java 11 version, we encountered a problem with numerous Kafka test cases (~50 fails). This problem is caused by the native compiled C library `org.rocksdb.DBOptions` because of the following error
java.lang.NoClassDefFoundError: Could not initialize class org.rocksdb.DBOptions
This seems very
similar to https://github.com/confluentinc/ksql/issues/1332 issue, but setting write access to `java.io.tmpdir` dir does not help (same with the setting `ROCKSDB_SHAREDLIB_DIR`).