refactor(ecstore): use local replication paths (#4130)

This commit is contained in:
Zhengchao An
2026-07-01 15:08:26 +08:00
committed by GitHub
parent 7cb42529fc
commit 8fd532ebb7
8 changed files with 89 additions and 19 deletions
@@ -115,7 +115,9 @@ Current coupling:
- lifecycle and heal paths schedule replication work through the current ECStore
module;
- global replication pool/stat initialization still lives with ECStore runtime
compatibility state.
compatibility state;
- modules inside `bucket/replication` use local relative paths rather than the
ECStore owner path for replication self-imports.
Required contracts before crate movement: