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
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
The coop-publisher GRPC service exited with too many open file handles: Network.Socket.accept: resource exhausted (Too many open files). This was reported on the hour by internal monitoring and addressed promptly resulting in no loss of coverage.
Status
Resolved
Assessment
The GRPC service isn't closing all of its file handles as it should, which created the anomalous behavior. Steps for short-term rectification have been implemented. However, long-term rectification of the issue in the Plutus-Haskell GRPC implementation will require further investigation.
Additional Notes
n/a
Technical improvements
Short term workaround has been implemented while analysis of long term rectification continues; a for infinite loop has been integrated to re-launch process if anomalous system behaviors result in exit.
Documentation improvements
N/A
The text was updated successfully, but these errors were encountered:
Trigger
Date
2023-11-23
Summary
The coop-publisher GRPC service exited with too many open file handles:
Network.Socket.accept: resource exhausted (Too many open files)
. This was reported on the hour by internal monitoring and addressed promptly resulting in no loss of coverage.Status
Resolved
Assessment
The GRPC service isn't closing all of its file handles as it should, which created the anomalous behavior. Steps for short-term rectification have been implemented. However, long-term rectification of the issue in the Plutus-Haskell GRPC implementation will require further investigation.
Additional Notes
n/a
Technical improvements
for
infinite loop has been integrated to re-launch process if anomalous system behaviors result in exit.Documentation improvements
N/A
The text was updated successfully, but these errors were encountered: