Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jan 23, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

AndreiEres and others added 3 commits January 23, 2026 11:08
…10617)

# Description

Fixes #10814

Adds --statement-network-workers CLI parameter to enable concurrent
statement validation from the network. Previously, statements were
validated sequentially by a single worker. This change allows multiple
workers to process statements in parallel, improving throughput when
statement store is enabled

## Integration

Non-breaking change with opt-in performance improvement. Default
behavior unchanged (single worker).
This PR adds a new metric for inbound / outbound traffic for individual
request-response protocols.

- the PR is motivated by
#10765 which shows a
significant number of bytes as downloaded (4-5 MiB/s). This is
suspicious for a fully synced validator, 1-2 blocks to the tip of the
chain.
- It suggests a protocol is internally consuming too much bandwidth
leading to network inefficiencies, wasted CPU, and in the case of the
issue to OOM kills

cc @paritytech/sdk-node

---------

Signed-off-by: Alexandru Vasile <[email protected]>
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Jan 23, 2026
@pull pull bot added the ⤵️ pull label Jan 23, 2026
@pull pull bot merged commit f134881 into cshein45:master Jan 23, 2026
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants