1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Epics Archiver not pushing to STS? |
From: | "Shankar, Murali via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 3 Dec 2020 15:49:41 +0000 |
>> As for knowing the delta at which it breaks
The future cutoff is 30 mins from server time and the past cutoff is EPICS timestamp 0. Here's the definition - https://github.com/slacmshankar/epicsarchiverap/blob/master/src/main/org/epics/archiverappliance/engine/model/ArchiveChannel.java#L681
And, the requirement is to have monotonically increasing timestamps.
If you drop samples because of incorrect timestamps, you can see this in the PV Details; there is a separate line for this. There's is also a report that you can use to monitor all PV'S with dropped samples because of incorrect timestamps.
Hope that helps.
Regards,
Murali
|