sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

sync error #327

Closed linkaixin22 closed 2 years ago

linkaixin22 commented 2 years ago

使用docker部署,docker内部端口与外部端口建立映射关系,两台docker的ip地址不同,但是同步的时候会出现错误。 docker A 内部端口9595,外部端口54959, docker B内部端口9595,外部端口51595,配置集群的时候peers = [172.16.115.18:54959, 172.16.115.20:51595], 但是日志里面集群同步操作报错。 ![Uploading image.png…]()