mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-06 13:27:43 +00:00
cad0fd9b2f
* fix(replication): retain MRF failures during recovery * fix(replication): harden MRF recovery retries * fix(replication): preserve MRF recovery durability * test(replication): assert MRF append entries explicitly * fix(replication): detect committed MRF append retries * fix(replication): tighten MRF persister recovery * fix(replication): drain overflow after recovery shrink * test(replication): avoid repeated MRF recovery decode * test(replication): cover recovery overflow suffix * fix(replication): gate MRF recovery flushes * test(replication): satisfy MRF clippy checks * fix(replication): drain closed MRF channels --------- Co-authored-by: overtrue <anzhengchao@gmail.com>