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
As a blockchain client validador or not i want a list of a peers of my network not in duplicated and more consistent.
Acceptance Criteria
In small network (we talk about 4 validators) only of validators should by a consistent count between all peers
Not have duplicated nodes (like filter by enode public key and ip)
Steps to Reproduce (Bug)
I made a setup local with multiple clients using docker-compose below i will put my findings.
In the following tests i made with same group of validators that is composed by:
1 bootnode + validator IBFT 2.0
3 validators IBFT 2.0
Test 1 - Testing only a small group of validators
This result some times give the same amount of peers should be 4 on each of them that i think it is correct i suppose.
working dockers more than 30 min.
Test 2 - Testing only a small group of validators + clients
Some result as test 1 the peers count never is equal working time > 1h.
Test 3 - Testing validators + clients with other parameters
some of the peers have duplicated peer enode but network property have different ports (at first time i thought maybe is a docker-compose thing) but when i checked my aws network i also have duplicate enodes and this exists in different pods.
Additional Information (Add any of the following or anything else that may be relevant)
Thanks for the detailed report - this is a known issue that's currently in our backlog, we had a draft PR up but other priorities came up so it's pending further work, we'll use this issue and report back once progress is made.
Feel free to look at the draft pr in the meantime #3383
Description
As a blockchain client validador or not i want a list of a peers of my network not in duplicated and more consistent.
Acceptance Criteria
Steps to Reproduce (Bug)
In the following tests i made with same group of validators that is composed by:
1 bootnode + validator IBFT 2.0
3 validators IBFT 2.0
Test 1 - Testing only a small group of validators
This result some times give the same amount of peers should be 4 on each of them that i think it is correct i suppose.
working dockers more than 30 min.
Test 2 - Testing only a small group of validators + clients
Some result as test 1 the peers count never is equal working time > 1h.
Test 3 - Testing validators + clients with other parameters
some of the peers have duplicated peer enode but network property have different ports (at first time i thought maybe is a docker-compose thing) but when i checked my aws network i also have duplicate enodes and this exists in different pods.
Additional Information (Add any of the following or anything else that may be relevant)
The text was updated successfully, but these errors were encountered: