input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
116 stars 36 forks source link

Certificate pending route overwhelms the Cardano node in aggregator #1804

Closed jpraynaud closed 1 week ago

jpraynaud commented 2 weeks ago

Why

The Cardano node suffers socket resource exhaustion as explained in the #1803. After investigation, it appears that the cause of the exhaustion is that the pending certificate route of the aggregator is making a call to the Chain Observer to retrieve some information since PR #1601.

What

Remove the call to the Chain Observer and use information from the pending certificate instead

How