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

[HTCondor-users] 10.7.1 upgrade issue on central manager



After upgrading from condor 10.0.6 to 10.7.1, the NegotiatorLog is showing the following error and restarting:

08/22/23 10:24:15 ERROR "Error parsing PREEMPTION_REQUIREMENTS expression: ( ( > (4 * 3600) ) && ( RemoteUserPrio > (1.2 * SubmittorPrio) ) && ( RemoteUserPrio > 130 || > (24 * 3600)) ) || ( TARGET.RemoteOwner =?= "boinc" ) || ( ( SubmitterGroup =!= "<none>") && ( SubmitterGroupResourcesInUse < SubmitterGroupQuota ) && ( (RemoteGroup =?= "<none>" ) || (RemoteGroupResourcesInUse > RemoteGroupQuota) ) )" at line 714 in file /var/lib/condor/execute/slot1/dir_3638677/userdir/build-8VuVsN/BUILD/condor-10.7.1/src/condor_negotiator.V6/matchmaker.cpp

This was working fine on 10.0.6, so I'm not sure what might have changed to trigger this error. Is there a way to get more details about what it doesn't like about this PREEMPTION_REQUIREMENTS setting?

--Mike