fix(ecstore): prevent recursive delete after empty bucket scan (#5453)

This commit is contained in:
Zhengchao An
2026-07-30 05:06:28 +08:00
committed by GitHub
parent 0247c48ce0
commit 2ed28f9c5f
9 changed files with 1118 additions and 31 deletions
+4
View File
@@ -153,6 +153,10 @@ metrics = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
rustfs-uring = "0.2.1"
[target.'cfg(windows)'.dependencies]
winapi-util.workspace = true
windows-sys = { workspace = true, features = ["Win32_Foundation", "Win32_Storage_FileSystem"] }
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "test-util", "fs"] }
criterion = { workspace = true, features = ["html_reports"] }