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
当 droplet 启动时, 可能会有大量的 shard 需要处理, 这个时候会影响 droplet 其他的功能 甚至连 piece-storage list 的执行也会被阻塞住 但是 把 shard 状态的状态数据库移除就可以继续往后做了
piece-storage list
可能原因是下述代码创建大量协程导致 droplet 无法正常执行
// /root/go/pkg/mod/github.com/ipfs-force-community/dagstore@v0.4.4-0.20230628060530-4b25fff4d833/dagstore_control.go:101 go d.initializeShard(tsk.ctx, s, s.mount)
The text was updated successfully, but these errors were encountered:
LinZexiao
Successfully merging a pull request may close this issue.
Droplet / 水滴
Description / 描述
当 droplet 启动时, 可能会有大量的 shard 需要处理, 这个时候会影响 droplet 其他的功能
甚至连
piece-storage list
的执行也会被阻塞住但是 把 shard 状态的状态数据库移除就可以继续往后做了
可能原因是下述代码创建大量协程导致 droplet 无法正常执行
The text was updated successfully, but these errors were encountered: