cmsdaq / DAQExpert

New expert system processing data model produced by DAQAggregator
1 stars 2 forks source link

add checks for partitions going into out of sync too often #6

Open andreh12 opened 8 years ago

andreh12 commented 8 years ago

during running it happens from time to time that a TCDS partition goes into out of sync periodically (e.g. once per second which is clearly too much). In this case, the DAQExpert could show the DAQ shifter a message that he/she should call the corresponding subsystem expert.

This information is currently available to the DAQ shifter on the CPMController 'cpm-pri' application on the 'TTS counters' tab in the 'Transition into' counters tables.

These counters are available from the JSON data returned under $BASEURL/update (where $BASEURL is the URL of the CPMController application) as dicts named itemset-tts-transition-counters-lpm{1..12} with key names ending in ;out-of-sync .

andreh12 commented 8 years ago

This issue may actually supersede #1 (#1 proposes to look at the symptoms while this issue here proposes to find the origin of the resyncs).