Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Missing x509* attributes in routed jobs
- Date: Thu, 16 Mar 2023 17:51:51 +0100
- From: Stefano Dal Pra <stefano.dalpra@xxxxxxxxxxxx>
- Subject: [HTCondor-users] Missing x509* attributes in routed jobs
Hello,
condor-9.0.17-1.el7, htcondor-ce-5.1.6-1.el7 here.
I have job history files (routed jobs) without x509* attributes.
I looked into that a bit more and it looks like x509* are lost when
jobstatus moves 2 --> 5.
Example:
[root@ce04-htc ~]# condor_q -cons 'acctgroup == "belle"' -af jobstatus
x509userproxyvoname | sort | uniq -c
ÂÂÂÂ 46 2 belle
ÂÂÂ 322 5 undefined
[root@ce04-htc ~]# condor_history -cons 'acctgroup == "belle"' -af
lastjobstatus jobstatus x509userproxyvoname | sort | uniq -c
ÂÂÂ 197 2 4 belle
ÂÂ 2256 5 3 undefined
[root@ce03-htc ~]# condor_q -cons 'x509UserProxyVOName =?= undefined'
-af acctgroup jobstatus | sort -u
atlas 1
belle 3
belle 5
[root@ce03-htc ~]# condor_ce_q -cons 'regexp("belle",owner)' -af
x509UserProxyVOName | sort -u
belle
The jobs in the condor queue have the x509UserProxyVOName attribute when
routed by the condor-ce,
but this seems to disappear when the job moves from jobstatus 2 to 5.
This is happening with belle only right now, but i have seen that
happening with other VOs too, all of them using Dirac.
Any clue on why this could be happening?
Thanks
Stefano