From 10638bc0027506b3ca316eabe5e99058fbf4e928 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Tue, 27 Aug 2024 10:47:05 +0200 Subject: [PATCH] docs: possibly FTS speedup --- src/DIRAC/DataManagementSystem/Client/FTS3Job.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DIRAC/DataManagementSystem/Client/FTS3Job.py b/src/DIRAC/DataManagementSystem/Client/FTS3Job.py index 9e597c1bb57..708edfd9d30 100644 --- a/src/DIRAC/DataManagementSystem/Client/FTS3Job.py +++ b/src/DIRAC/DataManagementSystem/Client/FTS3Job.py @@ -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