-
Notifications
You must be signed in to change notification settings - Fork 959
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
getLeavesWithProofsByNamespace:could not retrieve node
#2174
Comments
jcstein
changed the title
May 8, 2023
ERROR ipld ipld/namespace_data.go:216 getLeavesWithProofsByNamespace:could not retrieve node {"nID": "\ufffd\ufffd\ufffdy\ufffdq\u0016\ufffd", "pos": 0, "err": "context canceled"}
getLeavesWithProofsByNamespace:could not retrieve node
Seeing this occur on v0.11.0-rc1 of node: ERROR ipld ipld/namespace_data.go:216 getLeavesWithProofsByNamespace:could not retrieve node {"nID": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0008\ufffd\ufffdy\ufffdq\u0016\ufffd", "pos": 0, "err": "context canceled"} |
@walldiss, @distractedm1nd, seems like we cancel ShrexND and move to IPLD and then it also gets canceled |
@jcstein, this particular error should no more happen, so the issue is closed. However, if you were trying to get data and were unable to, then the linked PR does not fixed this. Would be nice to retry on the new rc. |
cc @tuxcanfly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Celestia Node version
v0.9.2
OS
mac/linux
Install tools
No response
Others
No response
Steps to reproduce it
This is from running a rollup and the full logs can be found here
Expected result
shares are retrieved, no error
Actual result
ERROR ipld ipld/namespace_data.go:216 getLeavesWithProofsByNamespace:could not retrieve node {"nID": "\ufffd\ufffd\ufffdy\ufffdq\u0016\ufffd", "pos": 0, "err": "context canceled"}
Relevant log output
No response
Notes
No response
The text was updated successfully, but these errors were encountered: