Skip to content
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

client-nd: request status INTERNAL returned #2051

Closed
Tracked by #2106
vanphandinh opened this issue Apr 11, 2023 · 3 comments
Closed
Tracked by #2106

client-nd: request status INTERNAL returned #2051

vanphandinh opened this issue Apr 11, 2023 · 3 comments
Assignees
Labels
bug Something isn't working external Issues created by non node team members

Comments

@vanphandinh
Copy link

Celestia Node version

v0.8.2

OS

Ubuntu 22.04.2 LTS

Install tools

Docker

Others

No response

Steps to reproduce it

  1. Build the latest version of celestia-node docker image
  2. Run a light node with the same key with my old bridge node
  3. Build the latest version of celestiaorg/ethermint docker image
  4. Run ethermint connected to the light node

Expected result

No ERROR

Actual result

2023-04-06T15:49:31.731Z ERROR shrex/nd shrexnd/client.go:195 client-nd: request status INTERNAL returned
2023-04-06T15:49:34.790Z ERROR shrex/nd shrexnd/client.go:195 client-nd: request status INTERNAL returned
image

Relevant log output

No response

Notes

I still don't know how to reproduce this error again. A just note what I did.

@vanphandinh vanphandinh added the bug Something isn't working label Apr 11, 2023
@github-actions github-actions bot added the external Issues created by non node team members label Apr 11, 2023
@vanphandinh
Copy link
Author

vanphandinh commented Apr 11, 2023

I have found how to reproduce that bug.

When I tried to delete the ethermint container: docker rm -f ethermint and recreate it again with the same NAMESPACE_ID and DA_BLOCK_HEIGHT, that error occurred. If I recreate that container with the different NAMESPACE_ID and DA_BLOCK_HEIGHT, there's nothing in celestial-node and for sure, we have the same errors in ethermint.

Ethermint:
Screen Shot 2023-04-11 at 10 13 05 PM
Celestia-node:
Screen Shot 2023-04-11 at 10 12 41 PM

@jcstein
Copy link
Member

jcstein commented Apr 11, 2023

I'm seeing something similar, related to fetching data from the celestia light node, on my rollup:

4:33PM ERR failed to retrieve block from DALC daHeight=226223 errors="failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers); failed to retrieve block: Get \"http://localhost:26659/namespaced_data/b705585f236712ed/height/226223\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)" module=BlockManager

@walldiss
Copy link
Member

Closing as duplicate of #2044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external Issues created by non node team members
Projects
None yet
Development

No branches or pull requests

3 participants