[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] condor_userprio "undefined" users



Could you send me the output of

   condor_userprio -allusers -long

 

It seems likely that there are a bunch of records in that output that are missing the Name field,

but I couldnât at this point guess why.

 

-tj

 

 

From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Jon Bernard
Sent: Wednesday, January 24, 2018 10:56 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] condor_userprio "undefined" users

 

Hi all,

 

condor_userprio -allusers reports 251 users in one particular pool.

 

condor_userprio -allusers -af name reports 4,034,792 users, most of them "undefined".

 

condor_userprio -allusers -const '!isundefined(name)' -af name reports 251 users, but can take 10s of seconds to return.

 

condor_userprio -allusers -long | grep ^Name reports 251 users.

 

-resetall didn't help.

 

How do we debug this? This is with 8.5.8.

 

Thanks,

Jon