DIRAC
DIRAC copied to clipboard
DIRAC Grid
Rather than manually pushing `rel-v7r0` to master we could easily use GitHub actions to do it automatically and ensure they're always kept in sync. Are they any issues with this...
I just had the case of a periodic task not being executed anymore. This is because the previous task was pending for ever. It would be nice if we could...
When the MQ server are restarted (and it may happen), the client then is blocked. It should reconnect. @wkrzemien can you please look at this urgently ? Thanks !
If a ForwardDISET operation fails (and always will), the REA will loop on it infinitely since there are no attempt counters (linked to the File table). We should find a...
I just keep it here for my memory, but I am not sure how we end up retrying URLs (as the logs seem to indicate) as the exception is caught...
Two Issues with the DirectoryUsage for the DFC: a) I noticed some errors in the DirectoryUsage overview in the FileCatalogCLI ``` FC:/> size -l directory: / Logical Size: 2,533,639,186,906,667 Files:...
Using the DFC command line (dirac-dms-filecatalog-cli), removing a file with 'rm' deletes the record from the catalogue, but does not remove replicas from storage. The documentation points out that 'this...
Hi, When providing an invalid (not existing directory, or even path of existing file), FileCatalog.findFilesBMetadata() will return results based on the first valid ancestor in the path string argument. For...
At the November 9 BiLD-Dev meeting, we discussed about the rationalisation of the script names concerning pilots and jobs. There is the current list of these scripts and their location:...
We are having an issue where the creation of datasets seems to break our ability to see the contents of our file catalog. The datasets we create with `dataset add`...