You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2020/04/14 19:34:00 UTC

[jira] [Closed] (MINIFICPP-1190) RocksDB fails to build on Clang 10

     [ https://issues.apache.org/jira/browse/MINIFICPP-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz closed MINIFICPP-1190.
-----------------------------------

> RocksDB fails to build on Clang 10
> ----------------------------------
>
>                 Key: MINIFICPP-1190
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1190
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Marton Szasz
>            Assignee: Marton Szasz
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Our self-built third-party, RocksDB, fails to build on clang. The upstream is already patched, but our version is older.
> The issue is that a const member function tries to lock a mutex that's not marked as mutable in a rocksdb class. It should never have compiled, but it did. Now it fails correctly.
> The supplied patch marks the mutex as mutable.
> Thanks to [~bakaid] for assistance on how to apply third-party patches.



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