cardano-foundation/cardano-wallet

Getting lots of Connection lost with the node. warnings

benapetr opened this issue · 0 comments

Just checking...

  • This is a cardano-wallet bug.
  • I am using the latest cardano-wallet release.
  • I am using the correct cardano-node version for that release of cardano-wallet.

Version

v2022-07-01 (git revision: 315ee07)

Platform

Linux debian

Installation method

Binary from GitHub release page

Network configuration

testnet

Context

My logs are full of this stuff

[cardano-wallet.network:Warning:17] [2022-07-06 16:40:53.04 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:40:55.04 UTC] Couldn't connect to node (x54). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:40:58.04 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:00.04 UTC] Couldn't connect to node (x55). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:03.04 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:05.04 UTC] Couldn't connect to node (x56). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:08.05 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:10.05 UTC] Couldn't connect to node (x57). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:13.05 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:15.05 UTC] Couldn't connect to node (x58). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:18.06 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:20.06 UTC] Couldn't connect to node (x59). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:23.06 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:25.06 UTC] Couldn't connect to node (x60). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:28.07 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:30.07 UTC] Couldn't connect to node (x61). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:33.07 UTC] Connection lost with the node.
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:35.07 UTC] Couldn't connect to node (x62). Retrying in a bit...
[cardano-wallet.network:Warning:17] [2022-07-06 16:41:38.07 UTC] Connection lost with the node.

But the wallet is working fine. I can receive and send transactions. I don't know which "node" is it talking about but clearly not cardano-node, because as I said - it works fine. But it clutters the logs and gives no obvious hint on what is wrong. Which node is getting connection lost? Also cardano-node is using local socket, not network.

Description

Steps to Reproduce

  1. Just start cardano-wallet
  2. See logs

...

Expected behavior

not clutter logs with meaningless warnings

Actual behavior