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

Improve gossip block receive time #6105

Open
twoeths opened this issue Nov 11, 2023 · 0 comments
Open

Improve gossip block receive time #6105

twoeths opened this issue Nov 11, 2023 · 0 comments
Assignees
Labels
meta-bug Issues that identify a bug and require a fix.

Comments

@twoeths
Copy link
Contributor

twoeths commented Nov 11, 2023

Describe the bug

On one node, the block receive time is 3.62s

2023-11-11 04:24:38.676 | Nov-11 01:24:38.676[network]       verbose: Received gossip block slot=7736821, root=0x06c9…4c44, curentSlot=7736821, peerId=16Uiu2HAmS7eWw4dWQ78FQdYqfoZg4K3YbvZ6rZkF6adoAYrk8d5M, delaySec=3.628000020980835, recvToVal=0.04800009727478027

it's alsmost 0.45s delay compared to other node

2023-11-11 04:24:38.222 | Nov-11 01:24:38.221[network]       verbose: Received gossip block slot=7736821, root=0x06c9…4c44, curentSlot=7736821, peerId=16Uiu2HAmTwzuybJco3ABCj7UpSrotK3HkCgf8vSjR9fayZJkLtRd, delaySec=3.174999952316284, recvToVal=0.046000003814697266

Note that we have a missed attestations with this block slot, a 200ms improvement could help validators vote for the correct head.

Expected behavior

Note that we have a missed attestations with this block slot, a 200ms improvement could help validators vote for the correct head.

Steps to reproduce

No response

Additional context

No response

Operating system

Linux

Lodestar version or commit hash

v1.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta-bug Issues that identify a bug and require a fix.
Projects
None yet
Development

No branches or pull requests

1 participant