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
I wonder why you are getting this though... Do you have a PV producing a lot of null values, or some corrupted data? You could check the access log for the retrieval engine to see which PV/PVs are being requested to see which ones are producing these logs.
@jacomago thank you for the suggestion - we'll have a go at configuring that.
I think this was a unique case where a bunch of PVs report NAN when there is no beam and a user must have been running requests in an automated script causing a constant stream of queries for these PVs. We haven't noticed such an issue before.
We have recently noticed that our logging service has been flooded by the following warning messages:
The number of messages is on the order of millions:
Both the
Optimized
andOptimizedWithLastSample
post processors log this message if a value in NAN:epicsarchiverap/src/main/org/epics/archiverappliance/retrieval/postprocessors/Optimized.java
Line 83 in f9b8cd9
Is this log warning really necessary? Other post processors just ignore NANs and only add the event if they are not NANs. e.g.
epicsarchiverap/src/main/org/epics/archiverappliance/retrieval/postprocessors/StandardDeviation.java
Line 40 in f9b8cd9
The text was updated successfully, but these errors were encountered: