
FastDFS
文章平均质量分 52
willingtolove
一念成佛,一念成魔!
展开
-
Fastdfs分布式文件系统原理浅析
Fastdfs分布式文件系统原理、同步机制原创 2023-01-16 16:12:50 · 800 阅读 · 0 评论 -
FastDFS上传error:package size 32 is not correct, expect length: 16
文章目录#事故现场# 事故原因# 解决方法#事故现场为FastDFS的storage挂载数据盘后,storage的状态变为了offline状态,上传文件tracker报错:ERROR - file: tracker_service.c, line: 3550, cmd=84, client ip: xxx.xxx.xxx.xxx,package size 32 is not correct, expect length: 16# 事故原因因为两台服务器只有一台挂在了数据盘,storage的s原创 2022-03-31 17:27:18 · 1076 阅读 · 0 评论 -
FastDFS清空数据及文件步骤
文章目录1、停止tracker、storage服务2、清空存储路径文件3、清空tracker和storage的base_path4、启动tracker和storage服务5、查看FastDFS状态1、停止tracker、storage服务/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf stop/usr/bin/fdfs_storaged /etc/fdfs/storage-defaultgroup.conf stop2、清空存储路径文件rm -rf原创 2021-06-30 20:44:03 · 4922 阅读 · 0 评论 -
Fastdfs与nginx整合400错误:/common/fdfs_global.c, line: 52, the format of filename is invalid
1、事故现场Fastdfs与nginx整合,浏览器访问资源,报400错误:http://192.168.2.78:8888/group1/M00/00/00/00/wKgDvWBb9EiAPsRGAAn8b6Cl8Qc118.jpg查看nginx日志:ERROR - file: …/common/fdfs_global.c, line: 52, the format of filename “group1/M00/00/00/wKgDvWBb9EiAPsRGAAn8b6Cl8Qc118.jp.原创 2021-03-25 12:07:14 · 2536 阅读 · 1 评论