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.91k stars 1.97k forks source link

can't create connection to xx.xx.xx:0 #689

Open winstione opened 5 months ago

winstione commented 5 months ago

请教一下在modifyFile方法中 屏幕截图 2024-01-20 202051 屏幕截图 2024-01-20 202314 storageNodeInfo中端口号为0,按理说storage端口号不应该为23000吗,在debug中如果将0改为23000就可以正常访问。 查看tracker日志发现连接超时,问题是出在哪 屏幕截图 2024-01-20 223108

ran222 commented 3 months ago

解决了吗,相同问题

ran222 commented 3 months ago

客户端和dfs服务端跨网段,telnet 服务端22122/23000能通

happyfish100 commented 3 months ago

应该是client SDK和server端的版本匹配问题。 友情提示:FastDFS从V6.11开始支持IPv6,返回的IP地址长度由16改为46。