cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

[gLiveView] No longer connects to node v1.34.0 #1357

Closed olliejm closed 2 years ago

olliejm commented 2 years ago

Describe the bug After re-compiling cardano-node to use the 1.34.0 release, gLiveView seems to fail to connect to cardano-node. The same issue occurs on both my BP and relay servers.

To Reproduce Steps to reproduce the behavior:

  1. Update the running cardano-node instance to v1.34.0
  2. Run gLiveView.sh
  3. See the error Connection to node lost, retrying (2/3)!

Expected behavior gLiveView continues to connect to the cardano-node instance as normal

Version:

Additional context Attaching to the node service via journalctl shows that both my BP and relay nodes seem to be running as expected. Additionally if I press the up arrow key while gLiveView is trying to connect, I see gLiveView as it should appear, showing current node status as of the time I started gLiveView, but frozen.

So from what I'm able to gather so far this is not a node issue but a gLiveView problem

btbf commented 2 years ago

cardano_node_metrics_nodeStartTime_int This metric seems to have been removed in 1.34.0. As a result, the correct value cannot be obtained in the node startup confirmation, resulting in a failure count.

rdlrt commented 2 years ago

Thank you for reporting, we have not yet passed node 1.34.0 yet for tooling.

rdlrt commented 2 years ago

For those who are not in announcements channel and reaching this post, please ensure to read this message