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

update zkevm-data-streamer version to solve the deadlock bug #767

Merged
merged 4 commits into from
Jul 15, 2024

Conversation

louisliu2048
Copy link

update zkevm-data-streamer version to solve the deadlock bug introduced by datastream conn write timeout.

Once the datastream conn struck by conn write timeout, it will cause StreamServer.stream channel data accumulates, preventing new data from being written, cause the illusion of a deadlock in the datastreamServer.WriteBlockToStream function.

This bug has happended in zkevm-node, and already solved by update zkevm-data-streamer version.

@cla-bot cla-bot bot added the cla-signed label Jul 11, 2024
@revitteth revitteth merged commit 4e8c7dd into 0xPolygonHermez:zkevm Jul 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants