DIRAC icon indicating copy to clipboard operation
DIRAC copied to clipboard

DIRAC Grid

Results 195 DIRAC issues
Sort by recently updated
recently updated
newest added

During the hackathon pilot jobs at RAL-LCG2 kept failing. I was not able to retrieve the logs of the failed jobs, but from the running jobs I managed to retrieve...

I think there is no need for release notes given this is only in integration. `JobModel.py` is going to need some more work but that's maybe better suited to a...

https://github.com/DIRACGrid/DIRAC/blob/60e2d82815da41db2d1dca17fdedaabaf2a41067/src/DIRAC/WorkloadManagementSystem/Client/PilotStatus.py#L23 For the pilot status options defined above, it seems there is no status to indicate a pilot that is running in the batch queue but did not get any...

WMS

Hi, While looking into why v9 pilots fail on the cloud with @marianne013, one of the issues we're running into is the cloud user_data sometimes overflows the default 64k limit...

This significantly improves the performance of `getTransformationFiles` by: * Using a `JOIN` instead of manually looking up the LFNs from file IDs * Remove the batching that was needed due...

alsoTargeting:integration

What you are pointing out is one of the (several) conditions through which we can create jobs that stay in "Waiting" status for potentially a long time, maybe "forever". At...

WMS

Sweep failed for PR fix: new pylint version fixes See https://github.com/DIRACGrid/DIRAC/pull/7810

sweep:failed

- this PR can be merged, deployed, and nothing should happen - at some point in time, the admins should: - set the `DIRAC/NoSetup=True` AND - remove the `Systems` part...

This code suggests transition of job status from 'Completed' to 'Killed' https://github.com/DIRACGrid/DIRAC/blob/v8.0.51/src/DIRAC/RequestManagementSystem/Client/ReqClient.py#L371-L373 ``` if jobStatus == JobStatus.COMPLETED: ... elif jobMinorStatus == JobMinorStatus.MARKED_FOR_TERMINATION: # If the job has been Killed, set...

WMS

Obviously very bad, as it seems to have resulted in multiple FTS transfers stepping on each other's toes ```python 2024-09-18 12:30:48 UTC DataManagement/FTS3Agent/FTS3DB ERROR: persistOperation: unexpected exception Traceback (most recent...

Bug
DMS