Skip to content

[v8r5] New TS plugins

In order to streamline the prestaging (and the removal when processed) of files and their ancestors (typically RDST and RAW files for and after stripping), 2 new plugins are introduced:

  • replicateWithAncestors
  • removeReplicasWithAncestors They make use of replicateToLocalSE and removeReplicasWhenProcessed respectively, and just add the ancestors to the transformation and to the tasks.

In RAWReplication, don’t determine the run destination if the parameter UseRunDestination is set (in order to have only one determination), but use the run destination if already defined.

Fix uninitialized variable in ConsistencyChecks

Note: commits for output data upload resolution have been reverted as those were moved to MR on devel branch

Merge request reports