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
When a client sends an incorrectly formatted metric of the set type, the statsd.net service throws an exception error and then stops processing metrics. The service does not crash however and seems to stay running. As a temporary fix a manual service restart of statsd.net is required to get metrics processing again.
2015-01-13 15:03:41,623 [92] ERROR - MessageParser has faulted. Error: ArgumentOutOfRangeException
System.ArgumentOutOfRangeException: Set Parameter name: StatsdMessage.MessageType at
statsd.net.Framework.StatsdMessageRouterBlock.OfferMessage(DataflowMessageHeader messageHeader,
StatsdMessage messageValue, ISourceBlock`1 source, Boolean consumeToAccept) in c:.net.net.cs:line
70 at System.Threading.Tasks.Dataflow.Internal.SourceCore`1.OfferMessageToTarget(DataflowMessageHeader
header, TOutput message, ITargetBlock`1 target, Boolean& messageWasAccepted) at
System.Threading.Tasks.Dataflow.Internal.SourceCore`1.OfferToTargets(ITargetBlock`1 linkToTarget) at
System.Threading.Tasks.Dataflow.Internal.SourceCore`1.OfferMessagesLoopCore() _
This seems to affect v1.5.0.0 and can be reproduced by using the LogSet function of statsdcsharpclient 1.3 when sending metrics.
The text was updated successfully, but these errors were encountered:
When a client sends an incorrectly formatted metric of the set type, the statsd.net service throws an exception error and then stops processing metrics. The service does not crash however and seems to stay running. As a temporary fix a manual service restart of statsd.net is required to get metrics processing again.
This seems to affect v1.5.0.0 and can be reproduced by using the LogSet function of statsdcsharpclient 1.3 when sending metrics.
The text was updated successfully, but these errors were encountered: