问题描述:
服务器版本:5.1.2
某用户的IOS客户端一个资料库同步失败
提示:ERROR OCCURED IN UPLOAD
另外两个用户的windows客户端可以成功同步资料库
可疑操作:
同步失败前3天,曾发现全部数据约130G,比真实资料库80G大不少。于是通过./seaf-gc.sh 清除过约50G的已删除数据,当时提示一切正常,成功清除。
服务器端Log
seafile.log
[07/04/2017 07:51:05 AM] http-server.c(1192): Remote head commit 77c96153-5414-4ada-a4e4-310c53d3df45:116ea4e9701e8f4a085f86a3e589ca8cd6faba61 not found.
[07/04/2017 07:51:44 AM] http-server.c(988): Failed to get commit 116ea4e9701e8f4a085f86a3e589ca8cd6faba61 for repo 77c96153-5414-4ada-a4e4-310c53d3df45.
之后大概报了3000条记录都是
[07/10/2017 10:56:22 PM] http-server.c(988): Failed to get commit 116ea4e9701e8f4a085f86a3e589ca8cd6faba61 for repo 77c96153-5414-4ada-a4e4-310c53d3df45.
seahub_django_request.log
提示两种Warning:
1.有很多warning NOT Found 这些要紧么?需要处理么
2. _reject Forbidden (CSRF cookie not set.): /
具体如下
2017-07-10 10:59:16,761 [WARNING] django.request:170 get_response Not Found: /solr/
2017-07-10 10:59:21,854 [WARNING] django.request:170 get_response Not Found: /info
2017-07-10 10:59:35,765 [WARNING] django.request:170 get_response Not Found: /dfshealth.jsp
2017-07-10 10:59:37,252 [WARNING] django.request:170 get_response Not Found: /hadoop/dfshealth.jsp
2017-07-10 16:01:28,451 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon-precomposed.png
2017-07-10 16:01:28,524 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon.png
2017-07-10 16:01:28,871 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon-precomposed.png
2017-07-10 16:01:28,945 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon.png
2017-07-10 17:54:14,314 [WARNING] django.request:170 get_response Not Found: /status.taobao
2017-07-10 18:34:20,023 [WARNING] django.request:170 get_response Not Found: /echo.php
2017-07-10 21:06:34,755 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2017-07-10 21:15:19,152 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon-precomposed.png
2017-07-10 21:15:19,236 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon.png
2017-07-10 21:15:19,516 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon-precomposed.png
2017-07-10 21:15:19,631 [WARNING] django.request:170 get_response Not Found: /apple-touch-icon.png
2017-07-11 00:14:27,833 [WARNING] django.request:170 get_response Not Found: /mysql/admin/
2017-07-11 00:14:28,165 [WARNING] django.request:170 get_response Not Found: /mysql/dbadmin/
2017-07-11 00:14:28,492 [WARNING] django.request:170 get_response Not Found: /mysql/sqlmanager/
2017-07-11 00:14:28,833 [WARNING] django.request:170 get_response Not Found: /mysql/mysqlmanager/
2017-07-11 00:14:29,168 [WARNING] django.request:170 get_response Not Found: /phpmyadmin/
2017-07-11 00:14:29,478 [WARNING] django.request:170 get_response Not Found: /phpMyadmin/
2017-07-09 15:28:41,852 [WARNING] django.request:98 _reject Forbidden (CSRF cookie not set.): /
请教应该如何排错?
谢谢
@daniel.pan
@lian