This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Orion Bootnodes do not work properly #29
Comments
eum602
changed the title
Orion Bootnodes does not work properly
Orion Bootnodes do not work properly
Nov 19, 2019
Problem was partially solved by migrating bootnode keys to new virtual machines(with the same ip). The problem is still persisiting in one bootnode VM. |
Follow the thread discussion with Hyperledger besu here |
There are many logs that are apparently related to this issue on the following path: "/" ; those logs indicates that the is an insufficient memory RAM. |
I suggest the following:
Requirements:
development in ansible:
Indicate in the readme the sequence of steps to:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Orion bootnodes are not working properly.
Scenario 1:
Orion Node "A" points to Orion Node "a" as bootnode.
Orion Node "B" points to Orion Node "a" as bootnode.
If orion node "A" tries to send a message to orion node "B" then the message is NOT received by
If orion node "A" sends a message to orion bootnode "a" then it is received.
Node "B".
========================
Scenario 2:
Orion Node "A" points to Orion Node "a" and Orion Node "b" as bootnodes.
If Orion Node "A" sends a message to Orion bootnode "a" then the message is received.
If Orion Node "A" sends a message to Orion bootnode "b" then the message is NOT received.
======================
If explained scenarios are tested with different bootnodes other than the 4 bootnodes in the Lacchain architecture, then all works as expected.
The text was updated successfully, but these errors were encountered: