DIRAC
DIRAC copied to clipboard
DIRAC Grid
This aims at solving https://github.com/DIRACGrid/DIRAC/issues/7116 It is quite a big change of logic, but should not impact anybody but LHCb, as it mostly matters for complex body plugin Also, it...
Looking into the performance of the `TransformationSystem`, and its DB in particular, the hotest spot is the `DataFiles` table. The aim of this table is to deduplicate the LFN in...
BEGINRELEASENOTES *WMS NEW: Added index template for ElasticJobParametersDB ENDRELEASENOTES
Replace the Dirac-specific `SSH` class by `fabric`. BEGINRELEASENOTES *Resources CHANGE: Replace SSH by fabric in SSHComputingElement ENDRELEASENOTES
`getReplicasForJobs` (in the API/DataManager) returns only replicas that are allowed for job, i.e. on disk, not on failover, etc. However, the `RunningLimit` of a given site can be set to...
Solving part of https://github.com/DIRACGrid/DIRAC/issues/7191 BEGINRELEASENOTES *WMS CHANGE: added VO to index name FIX: from ElasticJobParametersDB to JobParametersDB ENDRELEASENOTES
I'm currently seeing the following problem: An FTS transfer fails: ``` (base) lx05:move_moedal > dirac-rms-request 800512 | grep /vo.moedal.org/user/a/aditya.upreti/BeamPipe/gen/SchGen_GRID_80GeV_50gD_5000ev_10611_May20.mac [469] ID=7552636 LFN='/vo.moedal.org/user/a/aditya.upreti/BeamPipe/gen/SchGen_GRID_80GeV_50gD_5000ev_10611_May20.mac' Status='Failed' Checksum='2e4b1535' ``` looking at the log file...
This PR removes the concept of system instances. The corresponding configuration options and sections are removed. Requires #7186 BEGINRELEASENOTES NEW: Remove the use of Setup and System Instances from the...
The DIRAC certification instance seems to contain a number of resources that haven't worked in months (years?), making it difficult to distinguish real DIRAC errors from site failures. So far...