Yassine Marzougui created FLINK-4967: ----------------------------------------
Summary: RockDB state backend fails on Windows Key: FLINK-4967 URL: https://issues.apache.org/jira/browse/FLINK-4967 Project: Flink Issue Type: Bug Components: State Backends, Checkpointing Affects Versions: 1.1.3 Reporter: Yassine Marzougui Using the RocksDBStateBackend in Windows leads to the following exception {{java.lang.NoClassDefFoundError: Could not initialize class org.rocksdb.RocksDB}} which is caused by: {{java.lang.RuntimeException: librocksdbjni-win64.dll was not found inside JAR.}} As mentioned here https://github.com/facebook/rocksdb/issues/1302, this can be fixed by upgrading rocksDB dependecies, since version 4.9 was the first to include a Windows build of RocksDB. -- This message was sent by Atlassian JIRA (v6.3.4#6332)