You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A strange behavior was noticed on keep-client-3-0 (0x3FF855895EF4aC833c32Ab6A0d6C7fBfA137E26E) - it's Grafana uptime graph since 25 Oct looks pretty fragmented:
By looking into logs I noticed that the client was restarted near the time of the first reported downtime (2022-10-25 ~02:50 CEST). I can also see in logs that during the periods of downtime reported in Grafana there was activity going on on the client - for example in Grafana there is a period of downtime for the client on 2022-10-25 14:40-16:10, but during that time the client was doing work (for example was involved in the tBTC DKG started at 2022-10-25 15:15:01.182 CEST).
michalinacienciala
changed the title
One of the Testnet clients gets often mark as down in Grafana, despite performing work
One of the Testnet clients gets often marked as down in Grafana, despite performing work
Oct 27, 2022
{"address":"10.102.1.79", "level":"warn", "msg":"network address is not reachable", "networkPort":3307, "peer":"0x3FF855895EF4aC833c32Ab6A0d6C7fBfA137E26E", "ts":"2022-10-28T10:40:31.702658546Z"}
In the log we can see port 3307, it should be 3919.
This may be something with the diagnostics output from the bootstrap node.
To handle this correctly in the discovery we need to implement keep-network/prometheus-sd#2.
A strange behavior was noticed on
![image](https://user-images.githubusercontent.com/78352137/198335788-0f0d1424-476b-43e8-ae73-327d819a853c.png)
keep-client-3-0
(0x3FF855895EF4aC833c32Ab6A0d6C7fBfA137E26E
) - it's Grafana uptime graph since 25 Oct looks pretty fragmented:By looking into logs I noticed that the client was restarted near the time of the first reported downtime (
2022-10-25 ~02:50 CEST
). I can also see in logs that during the periods of downtime reported in Grafana there was activity going on on the client - for example in Grafana there is a period of downtime for the client on2022-10-25 14:40-16:10
, but during that time the client was doing work (for example was involved in the tBTC DKG started at2022-10-25 15:15:01.182 CEST
).Uptime data for the client (taken from Grafana):
downloaded-logs-20220923-143058.csv
Further investigation of the issue is needed.
The text was updated successfully, but these errors were encountered: