DPL: do not calculate context quantities if the GUI is disabled#14234
DPL: do not calculate context quantities if the GUI is disabled#14234ktf wants to merge 1 commit intoAliceO2Group:devfrom
Conversation
Correct solution would be to do that on demand, quick fix for now.
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@davidrohr this should improve the situation with the dummy sink (and probably affecting FLPs as well). What is still not clear to me is why the dummy sink is processing data at kHz rate, in particular in async. I am investigating. |
|
Isn't it the same check which is done in the function itself https://github.com/ehellbar/AliceO2/blob/dev/Framework/Core/src/DataRelayer.cxx#L1037 ? You introduced it there a few weeks ago to try to mitigate the issues spotted on FLPs |
|
Nevermind this is already there, so it must be something else which triggers it. |
|
In the Async reco tag it was not backported. |
Correct solution would be to do that on demand, quick fix for now.