Skip to content

Handle diag file that end-up in session directory after condor transfer_output (Fixes BUGZ-3921)

Andrii Salnikov requested to merge andrii/arc:bug-3921-diag-transfer into master

When condor stage in/out (transfer_output) functionality is used (shared_filesystem = no case) the .diag file end-up inside the sessiondir instead of the upper-level directory.

This result in compete Worker Node .diag data lost. So only LRMS data was used for ages.

Sounds like this bug was there for eternity. It definitely has nothing to do with ARC6 or new accounting in particular.

Discovered as a benchmark definitely not part of "LRMS data" and needs WN .diag file to work.

Merge request reports