mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 19:24:58 +08:00
d115f1cbd7
warp is killed at the write threshold and can leave in-flight multipart uploads behind. rc.4-preview.1's decommission post-check refuses to finalize a pool that still contains one (data is already moved, then the pool is marked failed with 'resolve it before retrying'). Abort any multipart uploads in the test bucket before starting decommission (ListMultipartUploads + AbortMultipartUpload via the admin API).