Stephan Ewen created FLINK-5310: ----------------------------------- Summary: Harden the RocksDB JNI library loading Key: FLINK-5310 URL: https://issues.apache.org/jira/browse/FLINK-5310 Project: Flink Issue Type: Improvement Components: State Backends, Checkpointing Affects Versions: 1.2.0 Reporter: Stephan Ewen Assignee: Stephan Ewen Fix For: 1.2.0
Currently, the RocksDB JNI library is automatically and implicitly loaded by RocksDB upon initialization. If the loading fails, there is little information about why the loading failed. We should explicitly load the JNI library with retries and log better error information. -- This message was sent by Atlassian JIRA (v6.3.4#6332)