Loading transfer_service/retrieve_executor.py +1 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,7 @@ class RetrieveExecutor(TaskExecutor): # is 'cold' if self.storageType == "cold": self.tapeClient.connect() self.tapeClient.migrate([ f["fullPath"] for f in blockFileList ], self.tapePool, self.jobId) self.tapeClient.migrate([ f["fullPath"] for f in blockFileList if f["fileSize"] > 0 ], self.tapePool, self.jobId) self.tapeClient.disconnect() blockFileList.clear() Loading Loading
transfer_service/retrieve_executor.py +1 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,7 @@ class RetrieveExecutor(TaskExecutor): # is 'cold' if self.storageType == "cold": self.tapeClient.connect() self.tapeClient.migrate([ f["fullPath"] for f in blockFileList ], self.tapePool, self.jobId) self.tapeClient.migrate([ f["fullPath"] for f in blockFileList if f["fileSize"] > 0 ], self.tapePool, self.jobId) self.tapeClient.disconnect() blockFileList.clear() Loading