DIRAC
DIRAC copied to clipboard
DIRAC Grid
BEGINRELEASENOTES Please follow the template: *Integration tests NEW: Add pilot secrets into the CI ENDRELEASENOTES
BEGINRELEASENOTES *JobMonitoring NEW: Add compatibility with DiracX and the JobMonitoring ENDRELEASENOTES
- [ ] Needs https://github.com/DIRACGrid/diracx/pull/421 - [ ] **Federico** add to update notes BEGINRELEASENOTES *WMS FIX: Add future DiracX Pilots DB (support for secrets) ENDRELEASENOTES
Caught in CI running with DiracX latest. Content of the error: ```bash # 1. Pilot (job wrapper) says it's gonna send its job accounting 2025-07-30T08:17:48,218566Z None/[2]JobWrapper INFO: CPU time left...
Currently, `dirac-proxy-init` embed a token in a proxy, but the site director does not for pilots. It could be useful to help the transition toward DiracX to embed a token...
Right now we have `ExecTime` as `wall clock time * number of allocated cores`. Once this information is stored, it looks like we have no way to get back to...
BEGINRELEASENOTES *PilotManagerHandler NEW: POC base on #8233 to manage pilots, and allow legacy pilots to send logs. ENDRELEASENOTES
TLDR: the trigger for the `SeqNum` causes a deadlock This is not a rare event, it happens several thousand times a day in LHCb This is how the SeqNum is...
Based on https://github.com/DIRACGrid/DIRAC/pull/8244#discussion_r2206901479
TLDR: if a Request is canceled when having replicated everything and registered nothing, it ends up being `Processed` in the TS ```python In [2]: ReqClient().getRequestStatus(54974805) Out[2]: {'OK': True, 'Value': 'Canceled',...