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

老师,请问可以使集群上传的文件的Lastmodify保持一致吗? #415

Closed nothingbj closed 1 year ago

nothingbj commented 1 year ago

老师,背景是这样的。我们现在是集群的静态资源,然后我们又走CDN了,CDN那边回源策略是判断Lastmodify,如果Lastmodify不一致就回源。现在发现我们集群的相同文件的Lastmodify不一样。这就导致CDN以为要回源了。

sjqzhang commented 1 year ago

内部也会通过Lastmodify进行同步判断,不知会不会引出同步异常问题,暂时不会对块逻辑进行修改。