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
The trigger IF not receiving timesyncs (despite configured to do so in the RandomTCMaker, will silently log gazzilions of ERRORs (not visible on opmon) and send absurd windows.
Proper error handling is needed here. The trigger should send these errors to Kafka.
The RandomTC maker can also switch to system clock based TS-ing, instead of timesync. But when we attempted to STOP, the trigger app crashed. (What I saw is that some threads were not properly joined/stopped, but destroyed. )
We should check if the stop scenario is fine with either timesync and sysclock based decisions.
We encountered these errors when config issues and incosistencies were present on EHN1 DAQ configs.
To be cross-checked if the stop logic is intact with sysclock based estimation and failed timesync reception should send errors to Kafka/Opmon
The text was updated successfully, but these errors were encountered:
The trigger IF not receiving timesyncs (despite configured to do so in the RandomTCMaker, will silently log gazzilions of ERRORs (not visible on opmon) and send absurd windows.
The RandomTC maker can also switch to system clock based TS-ing, instead of timesync. But when we attempted to STOP, the trigger app crashed. (What I saw is that some threads were not properly joined/stopped, but destroyed. )
We encountered these errors when config issues and incosistencies were present on EHN1 DAQ configs.
To be cross-checked if the stop logic is intact with sysclock based estimation and failed timesync reception should send errors to Kafka/Opmon
The text was updated successfully, but these errors were encountered: