xmtp / xmtp-node-go

Software for the nodes that currently form the XMTP network
MIT License
10 stars 3 forks source link

Nodes restarting sporadically #178

Closed snormore closed 1 year ago

snormore commented 1 year ago

We're seeing node containers restart sporadically, and in the logs it seems to start with these errors:

route ip+net: netlinkrib: too many open files

Around the same time, we also started seeing similar errors being returned from requests.

This needs to be investigated. It could point to a resource leak in the code, or something else.

snormore commented 1 year ago

Resolved via https://github.com/xmtp/xmtp-node-go/issues/248