-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 4.7.4
-
Component/s: Planner: Transfer Module
-
None
Reported by Michael Wang from LSST
For intersite transfer jobs scheduled to run remotely on a site, then destination URL's seem to be missing the file
cat 00/00/stage_inter_remote_catFilesInList_ID0000016_0.in
[
{ "type": "transfer",
"lfn": "dessv_kk12.out",
"id": 1,
"src_urls": [
],
"dest_urls": [
] }
,
The local transfers are generated correctly
more run0008/00/00/stage_inter_local_treecorr_ID0000008_0.in
[
{ "type": "transfer",
"lfn": "dessv_gg_z3.fits",
"id": 1,
"src_urls": [
],
"dest_urls": [
] }
]
pierre:mwang vahi$