ChainSafe / ChainSafe/lodestar

post-fulu: network thread bottle neck

Open
#8,629 3 comments 0 reactions 0 assignees View on GitHub
meta-bug
Dominant language
TypeScript
Stars
1.4k
Forks
483
Avg merge
1d 16h
Merged PRs (30d)
150

Description

### Describe the bug

the gossip validation job time was computed against gossipsub seenTimestampSec and it's always <=250ms

Image

but elapsed time till received, where we compute against the start slot is terrible

Image

it means gossipsub send DataColumnSidecars very late into the slot, it's confirmed through network thread event loop too

Image

### Expected behavior

network thread should receive/send DataColumnSidecars sooner

### Steps to reproduce

_No response_

### Additional context

_No response_

### Operating system

Linux

### Lodestar version or commit hash

v1.36.0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.