threefoldtech / test_feedback

Apache License 2.0
3 stars 0 forks source link

[Bug 🐞]: Unable to reach some nodes on devnet even though they appear as up in the explorer #387

Closed mohamedamer453 closed 1 year ago

mohamedamer453 commented 1 year ago

What happened?

Some nodes on devnet (Nodes: 16, 19, 29) are appearing as up in the dashboard but from the weblets they appear as down and i was unable to deploy on these nodes from tsclient. as seen below their status is up in the dashboard:

image

Node 16

image

image

Node 19

image

image

Node 29

image

image

What did you expect?

The nodes should respond from the weblets and tsclient or be reported as down in the dashboard if it's actually not working.

What browsers are you seeing the problem on?

Chrome

ZOS info

No response

Dashboard info

No response

weblets info

No response

Relevant log output

No response

xmonader commented 1 year ago

The dashboard online/offline decision is based on the uptime of the node, while the message node is down in weblets, is happening because we actually tried to ping the node over the RMB, which failed because of e2e support https://github.com/threefoldtech/grid_weblets/issues/1333

i'll close this as duplicate of #1333