happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.97k stars 1.98k forks source link

多个Trackerserver有一部分挂了,Storage重启失败 #619

Closed Hintic closed 1 year ago

Hintic commented 1 year ago

多个Trackerserver有一部分挂了,Storage重启失败,进程直接被杀死,按理说应该只要有tracker server存活,storage就能重启成功的?因为线上不可能保证所有tracker都存活,但是现在只要有tracker挂了,storage重启就会失败,这个合理吗?

happyfish100 commented 1 year ago

应该是已知的bug,最新版本已经解决了,请升级FDFS到 v6.9.4。

Hintic commented 1 year ago

谢谢作者,新版本确实解决了,能告知是在哪个版本解决的,以及大致的原因吗

happyfish100 commented 1 year ago

6.9.2修复的,git log如下:

commit ab1c27c197129d00d1fdcaba708a8f1d4d341f9d Author: YuQing 384681@qq.com Date: Fri Dec 16 16:00:40 2022 +0800

bugfixed: log connection ip_addr and port correctly