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

想问一下大佬,fastdfs刚生成地址的时候 #617

Open leiyq123 opened 1 year ago

leiyq123 commented 1 year ago

生成录音地址的时候,我后端立马去访问,会不会存在地址访问不到的文件的情况,我想的是没有立马同步到别的集群服务器去,导致了我去访问该地址会存在空的情况,fastdfs存在有我访问不到该地址的时候,会去访问别的服务器的下面的机制吗,不能直接访问做存储的节点服务器么