westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
235 stars 86 forks source link

There is an error when i am compilling rocksDB version above 8.10.0 with zenFS 2.1.4 #288

Open bpan2020 opened 5 months ago

bpan2020 commented 5 months ago

Here is the compiling message. image

MaisenbacherD commented 5 months ago

Hi @bpan2020 Thanks for reporting this issue. :) The CI also reports the same error. There is a public API change in RocksDB that we haven't picked up yet: https://github.com/facebook/rocksdb/blob/a43481b3d06f132e0b4d0d9d272d59eedbf09065/HISTORY.md?plain=1#L17

zdp159753 commented 2 months ago

你好,请问问题解决了吗?我也有同样的问题

Yee686 commented 2 months ago

@zdp159753 我用zenFS 2.1.4和rocksDB 9.2.1遇到了同样的问题,用更换API前的rocksDB 8.11.3可以解决