From f2077545e5d2ee8eb7596bf878b0ee1276fae203 Mon Sep 17 00:00:00 2001 From: Pierre Barre Date: Mon, 29 Jun 2026 18:33:18 +0000 Subject: [PATCH] Heartbeat in CompactorWorker --- zerofs/Cargo.lock | 6 +++--- zerofs/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zerofs/Cargo.lock b/zerofs/Cargo.lock index b4d8fdf7..37db212f 100644 --- a/zerofs/Cargo.lock +++ b/zerofs/Cargo.lock @@ -4187,7 +4187,7 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "slatedb" version = "0.14.0" -source = "git+https://github.com/Barre/slatedb.git?rev=9bfd234182d392a1ec217b4f84ee204a2c3544bd#9bfd234182d392a1ec217b4f84ee204a2c3544bd" +source = "git+https://github.com/Barre/slatedb.git?rev=9a99c9e71c4176ba848faa093d797ba57e4d1c90#9a99c9e71c4176ba848faa093d797ba57e4d1c90" dependencies = [ "async-channel", "async-trait", @@ -4231,7 +4231,7 @@ dependencies = [ [[package]] name = "slatedb-common" version = "0.14.0" -source = "git+https://github.com/Barre/slatedb.git?rev=9bfd234182d392a1ec217b4f84ee204a2c3544bd#9bfd234182d392a1ec217b4f84ee204a2c3544bd" +source = "git+https://github.com/Barre/slatedb.git?rev=9a99c9e71c4176ba848faa093d797ba57e4d1c90#9a99c9e71c4176ba848faa093d797ba57e4d1c90" dependencies = [ "chrono", "log", @@ -4246,7 +4246,7 @@ dependencies = [ [[package]] name = "slatedb-txn-obj" version = "0.14.0" -source = "git+https://github.com/Barre/slatedb.git?rev=9bfd234182d392a1ec217b4f84ee204a2c3544bd#9bfd234182d392a1ec217b4f84ee204a2c3544bd" +source = "git+https://github.com/Barre/slatedb.git?rev=9a99c9e71c4176ba848faa093d797ba57e4d1c90#9a99c9e71c4176ba848faa093d797ba57e4d1c90" dependencies = [ "async-trait", "bytes", diff --git a/zerofs/Cargo.toml b/zerofs/Cargo.toml index 8dad2a64..c3c2cdaf 100644 --- a/zerofs/Cargo.toml +++ b/zerofs/Cargo.toml @@ -61,11 +61,11 @@ console-subscriber = { version = "0.5", optional = true } # default-features = false drops slatedb's default `aws` feature, which would # pull `object_store/aws` (and thus aws-lc-rs); we re-add `foyer` (the cache we # use) and keep our crypto provider on `ring`. See the object_store dep below. -slatedb = { git = "https://github.com/Barre/slatedb.git", rev = "9bfd234182d392a1ec217b4f84ee204a2c3544bd", default-features = false, features = [ +slatedb = { git = "https://github.com/Barre/slatedb.git", rev = "9a99c9e71c4176ba848faa093d797ba57e4d1c90", default-features = false, features = [ "wal_disable", "foyer", ] } -slatedb-common = { git = "https://github.com/Barre/slatedb.git", rev = "9bfd234182d392a1ec217b4f84ee204a2c3544bd" } +slatedb-common = { git = "https://github.com/Barre/slatedb.git", rev = "9a99c9e71c4176ba848faa093d797ba57e4d1c90" } zerofs_nfsserve = "0.19.1" tikv-jemallocator = "0.7" tikv-jemalloc-ctl = { version = "0.7", features = [