Skip to content

Commit

Permalink
docs: possibly FTS speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Aug 27, 2024
1 parent 380fbcb commit 10638bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/DataManagementSystem/Client/FTS3Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def monitor(self, context=None, ftsServer=None, ucert=None):
# monitoring calls
if file_state in FTS3File.FTS_FINAL_STATES:
filesStatus[file_id]["ftsGUID"] = None
# TODO: update status to defunct if not recoverable here ?

# If the file is not in a final state, but the job is, we return an error
# FTS can have inconsistencies where the FTS Job is in a final state
Expand Down

0 comments on commit 10638bc

Please sign in to comment.