You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Michael Noll (JIRA)" <ji...@apache.org> on 2016/10/19 09:18:58 UTC

[jira] [Commented] (KAFKA-4316) Kafka Streams 0.10.0.1 does not run on Windows x64

    [ https://issues.apache.org/jira/browse/KAFKA-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15588149#comment-15588149 ] 

Michael Noll commented on KAFKA-4316:
-------------------------------------

[~habdank]: Thanks for reporting this.

FYI:  The upcoming 0.10.1 version of Kafka already uses RocksDB 4.9.0, hence upgrading to 0.10.1 would be an option for you? FWIW, there are several critical bug fixes relating to Kafka Streams in 0.10.1 anyway, so we definitely recommend upgrading from 0.10.0 to 0.10.1.

I don't know whether there are plans to change the RocksDB version of the 0.10.0.x release line (perhaps others can chime in here).

> Kafka Streams 0.10.0.1 does not run on Windows x64
> --------------------------------------------------
>
>                 Key: KAFKA-4316
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4316
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Seweryn Habdank-Wojewodzki
>
> We had encountered the problem that starting application with Kafka Streams 0.10.0.1 leads to runtime exception, that rocksdb DLL is missing on the Windows x64 machine. 
> Part of the stacktrace:
> Caused by: java.lang.RuntimeException: librocksdbjni-win64.dll was not found inside JAR.
> at org.rocksdb.NativeLibraryLoader.loadLibraryFromJarToTemp(NativeLibraryLoader.java:106)
> It is true, as Kafka 0.10.0.1 uses RoscksDB 4.8.0. This RocksDB release has broken Java API. 
> See: 
> https://github.com/facebook/rocksdb/issues/1177
> https://github.com/facebook/rocksdb/issues/1302
> This critical (for Windows) bug was fixed in RocksDB 4.9.0.
> Please update Kafka gradle\dependencies.gradle to use at least 4.9.0:
> So the line shall be rocksDB: "4.9.0".
> I had tested some basic functionality with Kafka Streams with RocksDB 4.11.2 and it was promissing and definitely the bug was away.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)