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

BlobSidecarsByRange does not work #7183

Closed
tbenr opened this issue May 26, 2023 · 0 comments · Fixed by #7200
Closed

BlobSidecarsByRange does not work #7183

tbenr opened this issue May 26, 2023 · 0 comments · Fixed by #7200
Assignees
Labels
Epic Deneb Issues required to implement Deneb upgrade

Comments

@tbenr
Copy link
Contributor

tbenr commented May 26, 2023

Running interop, testing forward sync I realize blobs by range RPC doesn't work.

  • the request is sent from the client.
  • it is received from the server and the server prepares the response.
  • As soon as the server start streaming the result to client, client closes the connection falling in this condition:
    in Eth2OutgoingRequestHandler#processData

image

  • Server early stops the streaming this way:

image

@tbenr tbenr added the Epic Deneb Issues required to implement Deneb upgrade label May 26, 2023
@tbenr tbenr changed the title BlobSidecarsByRange do not work BlobSidecarsByRange does not work May 27, 2023
@tbenr tbenr self-assigned this May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Deneb Issues required to implement Deneb upgrade
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant