We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
https://ld246.com/article/1652626816119
传输大文件耗时较长,并发上传时索引文件可能会在这些大文件之前就提交完,此时中断同步的话大文件没有上传完毕,而索引列表却是完整的,导致一致性问题。
解决方案:所有数据文件上传确认完毕以后再上传索引文件。
The text was updated successfully, but these errors were encountered:
88250
No branches or pull requests
https://ld246.com/article/1652626816119
传输大文件耗时较长,并发上传时索引文件可能会在这些大文件之前就提交完,此时中断同步的话大文件没有上传完毕,而索引列表却是完整的,导致一致性问题。
解决方案:所有数据文件上传确认完毕以后再上传索引文件。
The text was updated successfully, but these errors were encountered: