mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-01 17:58:22 +00:00
7541bb2c5d
* fix(heal): retry unavailable recreate targets * fix(heal): refresh put-file epochs after target restart * test(e2e): harden heal restart evidence Co-Authored-By: heihutu <heihutu@gmail.com> * test(e2e): cancel competing heal before restart Co-Authored-By: heihutu <heihutu@gmail.com> * fix(ecstore): complete decommission capacity recovery * fix(ecstore): stabilize decommission capacity tests Keep decommission test capacity snapshots deterministic across startup and mutation probes, serialize capacity-ledger entries during retries, and avoid reacquiring a multipart fence already covered by the outer migration fence. Co-Authored-By: heihutu <heihutu@gmail.com> * fix(ecstore): satisfy decommission test lint Co-Authored-By: heihutu <heihutu@gmail.com> * fix(ecstore): restore free-version decommission owner Co-Authored-By: heihutu <heihutu@gmail.com> --------- Co-authored-by: marshawcoco <marshawcoco@gmail.com> Co-authored-by: heihutu <heihutu@gmail.com> Co-authored-by: overtrue <anzhengchao@gmail.com>