Open
Conversation
055960e to
9ee9097
Compare
da313b9 to
066cbdb
Compare
Introduce storage_rocksdb as a new pluggable storage backend alongside
storage_tcb/storage_tch. Behavior matches storage_tcb line-by-line for
set/get/remove/incr paths so the common storage test suite passes
identically (1618 tests, 100%).
Key points:
- storage_rocksdb.{h,cc}: RocksDB-backed storage with header cache for
deleted entries, snapshot-isolated iteration (localized ReadOptions
so Get() in set/remove/incr always sees latest state), and version
checking semantics matching storage_tcb.
- op_repl_sync_wal.{h,cc}: WAL-based incremental replication op.
- handler_dump_replication, op_meta, flared: wire up the new backend
and replication path.
- test/lib/test_storage_rocksdb.cc: run the common storage test suite
against the RocksDB backend.
- Build: configure.ac, Makefile.am, flake.nix, nix/default.nix,
cutter.patch, CI workflow, Dockerfile.test, BUILD.md,
ROCKSDB_REPLICATION.md.
066cbdb to
d046c67
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.