-
Notifications
You must be signed in to change notification settings - Fork 10
todo
slacmshankar edited this page Dec 8, 2014
·
36 revisions
- Build from source (Done)
- document binning/operators
- change logo on UI
- UI regex/wildcard pause/resume
- UI details when PVTypeInfo (otherwise abort)
- delete/edit archiver integration
- Add a link/page for version number of all components
- Operator combining?
- Testing operators
- post-processing in ETL to decimate (DB post proc.)
- add dead-band post-procsser
- operators give last sample before start time?
- CAJ search algorithm
- appl. Monitoring
- Policy (event/storage rate)
- file converter (cosylab)
- SQL writing? (BPL for adding w/o archiving?)
- PB file invarients (monotonic
- xmlrpc query startegy
- Engine performance tuning
- Fix init script ordering (shutdown engine before etl)
- quick-chart
- xf23id-ca Webapp is not in correct state
- PV name search time
- Where do invalid time stamps come from? (MD)
CA protocol disector https://github.com/mdavidsaver/cashark
tcpdump -i eth4 udp dst port 5064
java.nio.channels.CancelledKeyException
at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
at java.nio.channels.SelectionKey.isWritable(SelectionKey.java:312)
at com.cosylab.epics.caj.impl.CATransport.handleEvent(CATransport.java:361)
at com.cosylab.epics.caj.impl.reactor.lf.LeaderFollowersHandler.handleEvent(LeaderFollowersHandler.java:77)
at com.cosylab.epics.caj.impl.reactor.Reactor.processInternal(Reactor.java:400)
at com.cosylab.epics.caj.impl.reactor.Reactor.process(Reactor.java:284)
at com.cosylab.epics.caj.impl.reactor.lf.LeaderFollowersHandler.run(LeaderFollowersHandler.java:91)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
1092851160 [http-bio-17666-exec-5] INFO config.org.epics.archiverappliance.config.DefaultConfigService - Webapp is not in correct state for postStartup ENGINE. It is in POST_STARTUP_RUNNING
282038 [http-bio-17665-exec-5] ERROR org.epics.archiverappliance.mgmt.bpl.AddAliasAction - We seem to have a PVTypeInfo for pv XF:23ID1-BI{Diag:5-Cam:1}Stats2:MinCall
but it is not yet assigned?
Intent is mimic ADEL; targeted at decimation
We have some notion of a "last" value that was written out.
- The very first sample we get we write out and that becomes the last value.
- Diff = Math.abs(current value - last value)
- If Diff >= ADEL 3.1) Write out value 3.2) Update last known value
- If either current value or previous value is NAN/INF, unconditionally write out current value and update last known value