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.99k stars 1.98k forks source link

fdfs_delete_file成功删除文件,但是fdfs_file_info依据能查询到信息? #605

Closed haishen121 closed 1 year ago

haishen121 commented 1 year ago

要怎么才能删除干净?

happyfish100 commented 1 year ago

fdfs_file_info 是通过文件ID反解出来的。 如果使用Java API的话,可以调用 query_file_info 来检查文件是否存在。

haishen121 commented 1 year ago

好的,谢谢