You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2020/05/18 17:25:00 UTC

[jira] [Assigned] (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:all-tabpanel ]

Matthias J. Sax reassigned KAFKA-10008:
---------------------------------------

    Assignee: Matthias J. Sax

> 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
>            Assignee: Matthias J. Sax
>            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)