mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-18 21:26:56 +00:00
* test(seaweed-volume): cover type=replicate fan-out writes A holder must accept a replicated copy and store it locally without re-replicating. Covers raw and multipart bodies, and a multi-copy volume where re-replication would otherwise reach the master. * test(seaweed-volume): use port 0 for the dead-master address Connecting to port 0 is refused at the socket layer immediately, so the plain-write fan-out path fails fast instead of risking a connect-timeout hang where port 1 is filtered.