You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Yanick Salzmann (JIRA)" <ji...@apache.org> on 2018/11/26 13:41:00 UTC

[jira] [Commented] (KAFKA-7673) Upgrade RocksDB to include fix for WinEnvIO::GetSectorSize

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

Yanick Salzmann commented on KAFKA-7673:
----------------------------------------

Confimed by upgrading to:
 <dependency>
 <groupId>org.rocksdb</groupId>
 <artifactId>rocksdbjni</artifactId>
 <version>5.15.10</version>
 </dependency>

No longer crashing on startup.

> Upgrade RocksDB to include fix for WinEnvIO::GetSectorSize
> ----------------------------------------------------------
>
>                 Key: KAFKA-7673
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7673
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 2.1.0
>            Reporter: Yanick Salzmann
>            Priority: Major
>
> The following fix would help making it possible to work with kafka streams in Windows 7 (right now it is not possible to start an application using Kafka Streams):
> [https://github.com/facebook/rocksdb/commit/9c7da963bc8b3df8f3ed3865f00dd7c483267ac0]
> According to the tags it would require an upgrade to one of the below versions:
>  * [v5.17.2|https://github.com/facebook/rocksdb/releases/tag/v5.17.2]
>  * [v5.16.6|https://github.com/facebook/rocksdb/releases/tag/v5.16.6]
>  * [v5.15.10|https://github.com/facebook/rocksdb/releases/tag/v5.15.10]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)