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

Hello, I am trying to setup automatic processing of experimental data. I was able to create new transformation type which I named "Processing". This transformation with the help of InputDataAgent...

In LHCb Prod: ```python import DIRAC.Resources.Storage.GFAL2_StorageBase DIRAC.initialize(log_level="DEBUG") from DIRAC.Resources.Storage.StorageElement import StorageElement se = StorageElement("RAL-HEP-DST") se.getOccupancy() ``` Looking at the debug logs you can see `CERTIFICATE_VERIFY_FAILED`: ```log 2025-04-23T11:14:41,314660Z Framework/DIRAC.Resources.Storage.StorageElement/SE[RAL-HEP-DST]/WLCGAccountingHTTPJson DEBUG: Exception...

I think it is a known issue, but if we can add to the fixes of V9.. Currently, Dirac `PilotAgentDB` (as well as DiracX) has a `PilotID` primary key, an...

- [ ] Extending platforms (partly revert https://github.com/DIRACGrid/DIRAC/pull/8126) - [ ] Performance during job submission - [x] Operations global state

For https://github.com/DIRACGrid/diracx/issues/414 - [ ] add to Wiki + update guide ```sql use PilotAgentsDB; ALTER TABLE `JobToPilotMapping` ADD CONSTRAINT `fk_JobToPilot_PilotID` FOREIGN KEY (`PilotID`) REFERENCES `PilotAgents`(`PilotID`) ON DELETE CASCADE; ALTER TABLE...

BEGINRELEASENOTES *Core FIX: Add wait timeout when connecting to stomp ENDRELEASENOTES

alsoTargeting:integration

Hello, We faced with strange issue related to a particular files in FileCatalog directory. :x: - It is impossbile to list, remove or replace a particular corrupted file. :x: -...

This is for https://github.com/DIRACGrid/DIRAC/issues/7752 - [ ] We need to make sure that the TSCatalog functionality is kept (this is used at least by CTAO) - *update*: CTAO is at...