[for minor release] feat: removed JobDB JobParameters table - #8236
[for minor release] feat: removed JobDB JobParameters table#8236fstagni wants to merge 1 commit into
Conversation
aa8cc13 to
61e1b12
Compare
61e1b12 to
e4de33b
Compare
ed98f0b to
da55a04
Compare
da55a04 to
16d924e
Compare
affb29d to
6ff28a5
Compare
Please also update diracx UPDATE: |
aldbr
left a comment
There was a problem hiding this comment.
Also, this command could be adapted I think:
DIRAC/src/DIRAC/WorkloadManagementSystem/Agent/StalledJobAgent.py
Lines 296 to 297 in 42c75a1
| jobIDs = [int(jobID) for jobID in jobIDList] | ||
| result = getJobParameters(jobIDs, "OutputSandboxLFN") | ||
| jobIDList = [int(jobID) for jobID in jobIDList] | ||
| result = JobParametersDB().getJobParameters(jobIDList, ["OutputSandboxLFN"]) |
There was a problem hiding this comment.
Have you tested this anywhere?
Looks like you are missing the vo parameter here:
There was a problem hiding this comment.
Any reason for stopping to use
There was a problem hiding this comment.
Btw, is it really connected to the PR description?
6ff28a5 to
ca15dbd
Compare
BEGINRELEASENOTES
*WMS
CHANGE: removed JobDB.JobParameters table
*deployment
ENDRELEASENOTES