Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the latest RocksDB version #1885

Closed
Tracked by #1870
tillrohrmann opened this issue Aug 23, 2024 · 0 comments · Fixed by #1886
Closed
Tracked by #1870

Update to the latest RocksDB version #1885

tillrohrmann opened this issue Aug 23, 2024 · 0 comments · Fixed by #1886
Assignees

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Aug 23, 2024

Our current RocksDB bindings (https://crates.io/crates/rocksdb) are rarely updated. They are currently depending on RocksDB 9.0.0 whereas 9.5.2 has already been released. There is a fork (https://crates.io/crates/rust-rocksdb) that seems to be actively maintained. I suggest updating our dependency to this crate.

@tillrohrmann tillrohrmann self-assigned this Aug 23, 2024
tillrohrmann added a commit to tillrohrmann/restate that referenced this issue Aug 23, 2024
The rust-rocksdb crate is a fork of rocksdb which is actively maintained.
For example, it depends on the latest RocksDB version 9.5.2 whereas rocksdb
depended on RocksDB 9.0.0.

This fixes restatedev#1885.
tillrohrmann added a commit to tillrohrmann/restate that referenced this issue Aug 23, 2024
The rust-rocksdb crate is a fork of rocksdb which is actively maintained.
For example, it depends on the latest RocksDB version 9.5.2 whereas rocksdb
depended on RocksDB 9.0.0.

This fixes restatedev#1885.
tillrohrmann added a commit to tillrohrmann/restate that referenced this issue Aug 23, 2024
The rust-rocksdb crate is a fork of rocksdb which is actively maintained.
For example, it depends on the latest RocksDB version 9.5.2 whereas rocksdb
depended on RocksDB 9.0.0.

This fixes restatedev#1885.
tillrohrmann added a commit to tillrohrmann/restate that referenced this issue Aug 23, 2024
The rust-rocksdb crate is a fork of rocksdb which is actively maintained.
For example, it depends on the latest RocksDB version 9.5.2 whereas rocksdb
depended on RocksDB 9.0.0.

This fixes restatedev#1885.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant