Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S5 version 0.3.0 there are problems with the p2p. CRASHING all S5-nodes. #2

Closed
parajbs opened this issue Nov 18, 2022 · 1 comment
Closed

Comments

@parajbs
Copy link

parajbs commented Nov 18, 2022

Hello @redsolver,

with the S5 version 0.3.0 there are problems with the p2p.
I installed 4 completely new s5-nodes on 4 computers in the local network.
On the first node I have in the config.toml under

[network.peers]
initial = []
entered and in Node2 / Node3 and Node4 I have under:
[network.peers]
initial = [ 'tcp://z2Dc2yoXz6gUHHwYTnzBLW9WVveakoueJUZFA5xZCp2A1Ww@192.168.0.38:4444',
]

registered.

important information:
Before all new tests, I delete the "tmp" and "data" directories on all nodes, so that all nodes are installed as new for all tests, and I can understand where the errors are occurring.

First problem:
when I try to connect all nodes it keeps crashing. Sometimes all connected nodes support, but sometimes only a part of the nodes, but all those that don't crash no longer react.

Second problem:
If I test it through several times and by chance some nodes
get online, and then shut down a single node, after that all other connected ones crash too.

Third problem:
If I go to all 4 nodes under

[network.peers]
initial = [ 'tcp://z2Dc2yoXz6gUHHwYTnzBLW9WVveakoueJUZFA5xZCp2A1Ww@192.168.0.38:4444',
'tcp://cid_from_node2@ip_node2:4444',
'tcp://cid_from_node3@ip_node3:4444',
'tcp://cid_from_node4@ip_node4:4444',
]

enter, all S5 nodes are only crashing when booting up.

What am I doing wrong or is this a big bug in version 0.3.0?
fallow help so that I can get my test environment up and running without everything collapsing.

@redsolver can you help.
Where can I download the S5 version 0.4.0 or 0.5.0 for testing? or is the development not on github?

@redsolver
Copy link
Collaborator

You mentioned that this is fixed now in #3, so I'm closing this issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants