You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Sophie Blee-Goldman (Jira)" <ji...@apache.org> on 2020/05/15 23:34:00 UTC

[jira] [Commented] (KAFKA-10008) Symbol not found when running Kafka Streams with RocksDB dependency on MacOS 10.13.6

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

Sophie Blee-Goldman commented on KAFKA-10008:
---------------------------------------------

Yeah...it's a pretty huge bummer to be honest, but since we don't officially support macOS to begin with and we *do* officially support Linux, we decided not to revert the change. For some context, the dependency was bumped in KAFKA-9225 to provide support for all platforms.

> Symbol not found when running Kafka Streams with RocksDB dependency on MacOS 10.13.6
> ------------------------------------------------------------------------------------
>
>                 Key: KAFKA-10008
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10008
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 2.6.0
>         Environment: MacOS 10.13.6
>            Reporter: Victoria Xia
>            Priority: Major
>
> In bumping the RocksDB dependency version from 5.18.3 to 5.18.4 on trunk, Kafka Streams apps that require initializing RocksDB state stores fail on MacOS 10.13.6 with
> {code:java}
> dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
>   Referenced from: /private/var/folders/y4/v3q4tgb559sb0x6kwpll19bm0000gn/T/librocksdbjni4028367213086899694.jnilib (which was built for Mac OS X 10.15)
>   Expected in: /usr/lib/libSystem.B.dylib
> {code}
> as a result of [https://github.com/facebook/rocksdb/issues/6852]
> 2.5.0 is unaffected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)