Skip to content

Collect all incoming histograms before data processing starts

Roel Aaij requested to merge collect_histograms_on_start into master

segfaults in the OnlMonitorSnk were observed, which are likely related to registration of additional objects from a different thread. This MR triggers the registration in a synchronised way after all monitoring objects have been created, but before data processing starts.

Merge request reports