Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Use unbounded channel for local bitfields distribution #5518

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vstakhov
Copy link
Contributor

This PR is intended to address short-term issues described in paritytech/polkadot-sdk#825. It limits number of the unbounded messages per relay parent, however, a better sollution is to use priorities as described in paritytech/polkadot-sdk#824.

@vstakhov vstakhov added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels May 12, 2022
@github-actions github-actions bot removed B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels May 12, 2022
@vstakhov vstakhov added B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels May 12, 2022
@eskimor
Copy link
Member

eskimor commented May 12, 2022

As discussed with Andrei, I don't think this is solving any issues. We can see in the heatmap, that some nodes don't receive all bitfields, while others do. This cannot be fixed by prioritizing sending of own bitfields. What we can do though, is increase the time we have for gossip (especially given that availability-distribution is fast), Andrei is testing that at the moment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants