Revert "DPL raw proxy: Supporting message sequences/pruned headers"#7927
Conversation
|
@sawenzel there seems to be a genuine (unrelated to this PR) issue in simulation? |
|
@matthiasrichter are you ok with the revert or you know what is wrong and can do an hotfix? |
ok, but I would like to have a working build for the EPNs tomorrow. |
|
Yes, agreed. Since it's 3 commits it is always a pain when we revert so if we can avoid it, it would be better. It also breaks QC (@knopers8 @Barthelemy) although it happens sporadically there. |
|
@davidrohr I'm on it, but just merge to get the build up and running. |
|
@TimoWilken the build here is ongoing since 11:00 (now 17). |
|
Verified by David for full CI. Merging since it's broken in any case. |
|
About the lagging CI: there was an issue on some of the hosts with installing PyGithub (as they don't have a C compiler on the host). Using PyGithub 1.54.1 (instead of the current 1.55) worked as a temporary workaround. |
Reverts #7914
This breaks the processing on the EPN. The raw-proxy segfaults with this PR. If I revert this PR the segfault is gone.
I can reproduce this in the full system test starting from DataDistribution.
It is not seen in the FullCI, since the FullCI does not use DataDistribution, but it starts from the raw reader.
Will merge when CI through, since currently broken.
In order to reproduce:
You can use my DD FST dataset on the EPNs:
Or alternatively generating a DD FST dataset is describer here, for reference: https://alice.its.cern.ch/jira/browse/O2-1492
Then please use the same
start_tmux.sh ddcommand to reproduce.