fix(ecstore): single-flight remote disk recovery (#6096)

* fix(ecstore): single-flight remote disk recovery

* test(ecstore): cover remote recovery review cases

* test(ecstore): exercise recovery through disk slot

* test(ecstore): match format reads exactly

* test(ecstore): cover recovery teardown races

* style(ecstore): format recovery race tests

* fix(ecstore): remove unused health snapshot helper

* fix(ecstore): group recovery monitor test state

* fix(protos): preserve production source in compatibility checks
This commit is contained in:
cxymds
2026-08-18 14:49:53 +08:00
committed by GitHub
parent 4f68f117ba
commit a4ea36b298
5 changed files with 746 additions and 49 deletions
Generated
+1
View File
@@ -9465,6 +9465,7 @@ dependencies = [
"tokio-stream",
"tokio-util",
"tonic",
"tonic-prost",
"tower",
"tracing",
"tracing-core",