faust-streaming / python-rocksdb

Python bindings for RocksDB used by faust-streaming
https://faust-streaming.github.io/python-rocksdb/
BSD 3-Clause "New" or "Revised" License
24 stars 5 forks source link

Update version for 0.9.0 release #2

Closed wbarnha closed 2 years ago

patkivikram commented 2 years ago

there is an error in the pipeline- can you fix that?

wbarnha commented 2 years ago

Unfortunately there's not an easy fix to address the debian:bookworm pipeline. This failing pipeline is the product of librocksdb upgrading its headers as noted in https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1855980.html. There's a note left in https://github.com/wbarnha/python-rocksdb/blob/update-release/rocksdb/backup.pxd that at some point we will need to update the backup methods for future use. Nobody has yet fixed this pipeline to support future versions of librocksdb. See https://github.com/twmht/python-rocksdb/issues/47 for more details.