xiqingongzi / sersync

Automatically exported from code.google.com/p/sersync
3 stars 0 forks source link

sersync2 2.5 32bit 同步大文件 问题 #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
首先感谢作者提供的这个工具, 让我的工作更加轻松; 
试过很多方案,sersync 比较简单适用; 同时也遇到一些问题:

如果同时上传 了几个 大文件, 
有很大几率不能正确同步,而且几天后仍然没有同步, 
要重启sersync2 才会重新做

我的目录比较多, 开了10+ sersync2 对应不同的 同步目录

另在rsync服务器端开了日志, 发现有一次同步过程, 
但没有完成, 比如1G的文件,只传了200M就断了, 
后续也没有再传, 一定要 加 -r 重启sersync2 才能触发再做一次

另我的sersync2 是以非root 运行的, 
set the system param
execute:echo 50000000 > /proc/sys/fs/inotify/max_user_watches
execute:echo 327679 > /proc/sys/fs/inotify/max_queued_events
这些已用 root 执行过了

我现在临时的解决方法是 
对各个被同步的点,做有个文件完整检查, 汇集到中心, 
如果某个目录检查不一致, 重启执行那个目录的 sersync2 ; 
但这个只是临时方案, 实时性差很多

Original issue reported on code.google.com by brox...@gmail.com on 15 Feb 2012 at 6:57

GoogleCodeExporter commented 9 years ago
发现一个kernel 错误 sersync2 2.5 32bit
segfault at 2f20646b ip 080a3b72 sp bfee45c8 error 4 in sersync2[8048000+171000]

Original comment by brox...@gmail.com on 17 Feb 2012 at 4:15

GoogleCodeExporter commented 9 years ago
我也有过类似的问题,http://code.google.com/p/sersync/issues/detail?id=
62  等待作者解答

Original comment by fas...@gmail.com on 18 Mar 2012 at 4:46