mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Log messages: async_send failed
This commit is contained in:
@@ -42,6 +42,24 @@ Occasional messages of this type do not usually indicate a problem. If this type
|
||||
- The validator described in the message is behaving maliciously.
|
||||
|
||||
|
||||
## async_send failed
|
||||
|
||||
The following log message indicates that [StatsD export](configure-statsd.html) failed:
|
||||
|
||||
```text
|
||||
2020-Apr-07 16:59:36.299867439 UTC Collector:ERR async_send failed: Connection refused
|
||||
```
|
||||
|
||||
This could mean:
|
||||
|
||||
- Your StatsD configuration has the wrong IP address or port.
|
||||
- The StatsD server you are exporting to is down or not accessible from your `rippled` server.
|
||||
|
||||
Check the `[insight]` stanza in your `rippled`'s config file and confirm that you have network connectivity from your `rippled` server to your StatsD server.
|
||||
|
||||
This error has no other impact on the `rippled` server, which should continue to operate as normal except for the sending of StatsD metrics.
|
||||
|
||||
|
||||
## Connection reset by peer
|
||||
|
||||
The following log message indicates that a peer `rippled` server closed a connection:
|
||||
|
||||
Reference in New Issue
Block a user