FTS3 job status updating failed when using multi-hop transfer #8337
Replies: 2 comments 1 reply
-
Can you please get the output of import fts3.rest.client.easy as fts3
context = fts3.Context(endpoint=<yourFTS>)
fts3.get_job_status(context, <yourFtsGUID>, list_files=True) Also, can you please copy paste errors rather than screenshots ? It's easier to search :-) |
Beta Was this translation helpful? Give feedback.
-
Here is a typical transfer status. We are using the multihop transfer, the transfer will go through IHEP->CNAF->JINR. [zhangxuantong@lxlogin003:155 16:49 ~]$ fts-rest-transfer-status -s https://fts3.ihep.ac.cn:8446 03861268-a80c-11f0-8acc-7cde78c49152 -j | jq . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are using multi-hop for IHEP -> JINR transfer for JUNO experiment in IHEP's DIRAC instance. The transfer will go through CNAF storage, like: IHEP->CNAF->JINR. Basically it works fine, and most of the transfers could be successfully handled.
But we still met an issue: When the transfer failed in IHEP->CNAF part (as figure 1 shows), the FTS3Agent can no longer update job status (as figure 2 shows). Then the transformation requests got stuck with status "Submitted". Neither re-submit, nor cancelled, just stay in submitted.
Is their any methods to re-activate those stuck requests?
Thank you,
Xuantong
Beta Was this translation helpful? Give feedback.
All reactions