Implemented handling of soft timeout in the online HLT framework (ATR-16897), improved a few aspects of general error handling (ATR-19248), and fixed a few small things.
Changes:
ATH_CHECK
for calls which can return Athena::Status::TIMEOUT
, because it prints out a FATAL message in this case.Athena::Status::TIMEOUT
on timeout in the MTCalibPeb test tool/alg.hltonl::PSCErrorCode::TIMEOUT
in TrigKernelQuestions already resolved in the discussion below:
ATH_CHECK
to not print FATAL on timeout status?