Remove overwrite for split-level of dynamic aux store
This will prevent attributes (really only ElementLinks) in the dynamic aux store from being split, making it more consistent with the layout of the rest of data in the file. It reduces the number of branches and minor (~0.3.%) storage savings due to better compression and less overhead (storage savings on affected containers are sizable). Since it is a 'technical' violation of frozen Tier0 policy (none of the transient data changes, but their persistent layout), I mark it as Draft until discussed in a Reconstruction meeting.
Merge request reports
Activity
added full-integration-tests full-unit-tests labels
❌ CI Result FAILURE (hash 45d3a471)Athena externals ✅ cmake ✅ make ✅ tests ⭕ Full details available on this CI monitor view. Check the JIRA CI status board for known problems
✅ Athena: number of compilation errors 0, warnings 0
📝 For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 68444]removed full-unit-tests label
removed full-integration-tests label
This was discussed at the Reco meeting today: https://indico.cern.ch/event/1268658/ and no objections were raised.
added review-pending-level-1 label
❌ CI Result FAILURE (hash 45d3a471)Athena AthSimulation externals ✅ ✅ cmake ✅ ✅ make ✅ ✅ tests ⭕ ✅ Full details available on this CI monitor view. Check the JIRA CI status board for known problems
✅ Athena: number of compilation errors 0, warnings 0
✅ AthSimulation: number of compilation errors 0, warnings 0
📝 For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 68885]Confirming that these are the changes we expected. All good, just seeing that many:
INFO Py:diff-root ERROR - [<xxx>AuxDyn.<yyy>.m_persIndex] INFO Py:diff-root ERROR - [<xxx>AuxDyn.<yyy>.m_persKey]
branches were dropped (unsplit).
Edited by Peter Van Gemmerenhello @gemmeren the new reference files are now on cvmfs. Remains for you to please update References.py to increment the reference versions of all d- and q-tests.
(explicit list of the new versions: d1590 v16, d1726 v12, d1759 v24, q442 v17, q443 v17, q445 v23, q449 v29)
Edited by Julien Maureradded 1 commit
- 4b8bde26 - Updating to new references reflecting split-level change.