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
Hermes currently logs warnings when it fails to query the packet data needed to relay a transaction. However, these warnings can be misleading—for instance, if packet clearing happens simultaneously, one worker might fail to retrieve the data and produce an inaccurate warning. Logs can also be easily overlooked, indicating the need for a more persistent approach.
Proposal
Adding metrics
Introduce a new metric that tracks packet data queries which fail repeatedly or over a prolonged period. This would help distinguish transient errors—such as when a packet is relayed during the query—from genuine, long-standing issues that require attention.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Hermes currently logs warnings when it fails to query the packet data needed to relay a transaction. However, these warnings can be misleading—for instance, if packet clearing happens simultaneously, one worker might fail to retrieve the data and produce an inaccurate warning. Logs can also be easily overlooked, indicating the need for a more persistent approach.
Proposal
Adding metrics
Introduce a new metric that tracks packet data queries which fail repeatedly or over a prolonged period. This would help distinguish transient errors—such as when a packet is relayed during the query—from genuine, long-standing issues that require attention.
For Admin Use
The text was updated successfully, but these errors were encountered: