fix(tiering): replay exact cleanup journals

This commit is contained in:
马登山
2026-07-28 19:00:30 +08:00
parent b3b3eb57af
commit 3d63a755a9
5 changed files with 94 additions and 11 deletions
+2
View File
@@ -690,6 +690,8 @@ mod ops;
#[cfg(feature = "test-util")]
pub(crate) use ops::object::TransitionCleanupStoreBarrier as SetDiskTransitionCleanupStoreBarrier;
pub(crate) use ops::object::body_cache_plaintext_len;
#[cfg(test)]
pub(crate) use ops::object::cleanup_rejected_transition_upload_durably;
mod read;
mod replication;
pub(crate) mod shard_source;