-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
分布式部署,较高频率出现上传之后下载内容为空 #709
Comments
补充: |
设置后要重启 tracker server才会生效。 |
修改配置文件后试过重启和关闭之后再次启动,都会继续出现从另一台服务器下载内容为空的情况。 |
你要通过标准的API 下载,下载时不要自己指定 storage server。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
一共两个节点,一个group。
场景:上传之后马上用返回的path下载。
错误现象:现在内容为空, 接收下载请求的storage日志中,警告信息 WARNING - file: storage_service.c, line: 7291, client ip: x.x.x.x, logic file: 文件路径 not exist .
查看两个服务器的文件,都存在,创建时间差距在1秒以内。怀疑服务器时间不同步,手工同步后仍然存在问题。
尝试将tracker.conf 中 download_server 配置为1规避问题,只从upload server中下载,仍然存在问题,似乎该配置没有生效。
The text was updated successfully, but these errors were encountered: