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

fastdfs6.9.3版本上传图片失败 #658

Open chrizzhub opened 11 months ago

chrizzhub commented 11 months ago

银河麒麟高级服务器v10,内核 4.19.90-23.35.v2101.ky10.x86_64 fastdfs错误日志如下: (2023-09-19 15:40:23) ERROR - file: sf_nio.c, line: 35, client ip: , invalid notify stage: 02023-99-19 15:4:23] WARNING- file: /usr/include/fastcommon/ioevent_loop.h, line: 46, task 0x7f1518f2d010 already canceled[2023-09-19 15:40:25]ERROR - file: storage_service.c, line: 368, client ip: 10.10.15.38, delete file /data3/fastdfs/storage/data/80/17/CgoPJmUJUGeAf8KrAAAfQLHVPCU328.jpg fail,errno: 2, error info: No such file or directory2823-99-19 15:40:25] ERROR - file: storageservice.c, line: 815, client ip: 10.10.15.38, unkown cmd: 02023-09-19 15:40:36) ERROR - file: storageservicec,line: 368, client ip: 10.10.15.38, delete file /data3/fastdfs/storage/data/00/17/CgoPJmUJUGeAf8KrAAAfQLHvPCU328.jpg fail,errno: 2, error info: No such file or directory[2823-09-19 15:40:36] ERROR - file: storage_service.c, line: 8150, client ip: 10.10.15.38, unkown cmd: -48[2023-09-19 15:49:39] ERROR- file: storage_servicec, line: 368, client ip: 10.10.15.38, delete file /data3/fastdfs/storage/dta/00/17/CgoPJmUJUGeAf8KrAAAfQLHvPCU328.jpg fail,errno: 2, error info: No such file or directory2823-09-19 15:48:39] ERROR - file: storage_service.c, line: 8150, client ip: 1.10.15.38, unkown cmd: 112[2823-09-19 15:40:46] ERROR - file: storage_service.c,line: 368,client ip: 10.10.15.38,delete file /data3/fastdfs/storage/data/09/17/CgoPJmUJUGeAf8KrAAAfQLHvPCU328.jpg fail,errno: 2, error info: No such file or directory 系统内核信息错误日志如下: storage-net[3]1706281]: segfault at 10 ip 00007fd28cadidde sp 80007fd287719dbg error 6 in libfastcoimon.so[7fd28cab1a0a+36aaa] storage-net[3][2372131]: segfault at 5 ip 80007f71213fe21a sp 00007f711c88edba error 4 in libserverrame.so[7f71213fca0+13aaa]

chrizzhub commented 11 months ago

libserverframe版本1.1.24 libfastcommon版本1.0.65

happyfish100 commented 11 months ago

升级到最新版本6.9.5,看看还有没有问题。