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

5.11版本 response status 17 != 0的问题 #643

Open arui3015 opened 1 year ago

arui3015 commented 1 year ago

[2022-09-21 03:55:44] ERROR - file: tracker_proto.c, line: 48, server: xxxxx:23000, response status 17 != 0 [2022-09-21 03:55:44] ERROR - file: storage_sync.c, line: 450, fdfs_recv_response fail, result: 17, 我的情况是修改了这个配置,其他没啥变化,改了一直在报错误,请问是啥原因呢? network_timeout=60 > network_timeout=3600

happyfish100 commented 1 year ago

错误号17表示文件已经存在了。

arui3015 commented 1 year ago

错误号17表示文件已经存在了。

作者您好,我貌似已经发现规律了,当我upload_appender_file成功以后,马上进行append_file文件操作就很容易出现这个日志,但是对文件同步不影响,最新版也是这样的。