You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Experiencing problems? Have you tried our Stack Exchange first?
This is not a support question.
Description of bug
A recent client change introduced a change in behavior where the set of --reserved-nodes is not counted against --in-peers or --out-peers. Previously this was counted against --out-peers in most (all?) cases.
Example:
in: 1
out: 5
num reserved: 4
behavior before: node will make up to 6 peer connections.
behavior after: node will make up to 10 peer connections.
This graph depicts the behavior before and after:
This may relate to the GRANDPA protocol; this graph shows a similar before-and-after with number of GRANDPA messages:
Note that this may be the desired behavior. If so, it should probably apply to all p2p and be documented.
Compare moonbeam client <= v0.26.1 vs >= v0.27.0 with a configuration of both reserved and in/out peers and observe the difference in the total number of peer connections the client will maintain.
The text was updated successfully, but these errors were encountered:
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
A recent client change introduced a change in behavior where the set of
--reserved-nodes
is not counted against--in-peers
or--out-peers
. Previously this was counted against--out-peers
in most (all?) cases.Example:
This graph depicts the behavior before and after:
This may relate to the GRANDPA protocol; this graph shows a similar before-and-after with number of GRANDPA messages:
Note that this may be the desired behavior. If so, it should probably apply to all p2p and be documented.
Perhaps related: #12797
Steps to reproduce
Compare moonbeam client
<= v0.26.1
vs>= v0.27.0
with a configuration of both reserved and in/out peers and observe the difference in the total number of peer connections the client will maintain.The text was updated successfully, but these errors were encountered: