Description
On Linux, the current release of RocksDB 3.10.1 seems to have a linking problem w/ the native lib which results in the following build error:
/export/apps/jdk/JDK-1_8_0_5/bin/java: symbol lookup error: /tmp/librocksdbjni1005757688295885396..so: undefined symbol: clock_gettime
The issue is tracked here: https://github.com/facebook/rocksdb/issues/606
It is fixed in RocksDB 3.11. We need to have a RocksDB Java release 3.11.1 to fix the problem in Samza.
Attachments
Attachments
Issue Links
- is related to
-
SAMZA-449 Expose Rocksdb stats
- In Progress