river-build / river

MIT License
15 stars 5 forks source link

Implement chain monitor logging for stale event logs #919

Open clemire opened 3 weeks ago

clemire commented 3 weeks ago

Figment logs indicate that nodes sometimes do not respond because they may be lagging behind other nodes, to the point that the entitlement was already processed by a quorum of nodes when a lagging node is starting. This change would add logging to the chain monitor to detect when an event is processed > 4s after the block occurred, as a way to determine how far behind the entitlement request a node is when it (finally) responds.

clemire commented 1 week ago

I deprioritized this because: