We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
public TrackerServer getTrackerServer(int serverIndex) throws IOException { return new TrackerServer(this.tracker_servers[serverIndex]); }
这里如果只是单独的选择tracker的ip返回,那么在上传的时候无法连通该tracker服务,就会导致文件上传失败!
The text was updated successfully, but these errors were encountered:
赞同。对于bad tracker,我觉得应该暂时从tracker_servers中移除,通过定时检查,当tarcker恢复服务后,再添加回tracker_servers中,提高客户端处使用tracker的HA
Sorry, something went wrong.
No branches or pull requests
这里如果只是单独的选择tracker的ip返回,那么在上传的时候无法连通该tracker服务,就会导致文件上传失败!
The text was updated successfully, but these errors were encountered: