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

[HTCondor-users] disable preemption



Hi!

This is my condor_config.local:

CONDOR_HOST = condorcm
CONDOR_ADMIN = foo@bar
COLLECTOR_NAME = HTCondor testbench
ALLOW_WRITE = *
MASTER_NAME = $(FULL_HOSTNAME)
START = TRUE
SUSPEND = FALSE
SUBMIT_TIMEOUT_MULTIPLER = 3
TOOL_TIMEOUT_MULTILIER = 3
NEGOTIATOR_INTERVAL = 1
NEGOTIATOR_CYCLE_DELAY = 1
SCHEDD_INTERVAL = 10
UPDATE_INTERVAL = 10
PREEMPT = FALSE
PREEMPTION_REQUIREMENTS = False
SCHEDD_NAME = $(FULL_HOSTNAME)
SEC_DEFAULT_AUTHENTICATION_METHODS = CLAIMTOBE
SEC_CLIENT_AUTHENTICATION_METHODS = CLAIMTOBE
KILL = FALSE
DAEMON_LIST = ......

I'd like to completely disable every kind of preemption, and in fact -
because now the aim is to stresstest the system - to disable every
kind of prioritization or fairshare. I have only one user, so it's not
neccessary.

But for some reason I always get messages in my StartLogs like this:
07/31/13 13:33:31 match_info called
07/31/13 13:33:31 Preempting claim has correct ClaimId.
07/31/13 13:33:31 New claim has sufficient rank, preempting current claim.
07/31/13 13:33:31 State change: preempting claim based on user priority
07/31/13 13:33:31 State change: claim retirement ended/expired
07/31/13 13:33:31 Changing state and activity: Claimed/Busy ->
Preempting/Vacating
07/31/13 13:33:31 Starter pid 23274 exited with status 0
07/31/13 13:33:31 State change: starter exited
07/31/13 13:33:31 State change: preempting claim exists - START is
true or undefined
07/31/13 13:33:31 Remote owner is submitter@condorschedd
07/31/13 13:33:31 State change: claiming protocol successful
07/31/13 13:33:31 Changing state and activity: Preempting/Vacating ->
Claimed/Idle
07/31/13 13:33:31 Error: can't find resource with ClaimId
(<zzz.zzz.zzz.zzz:57640>#1375175876#309#...) -- perhaps this claim was
already removed?
07/31/13 13:33:31 Error: problem finding resource for 404
(DEACTIVATE_CLAIM_FORCIBLY)
07/31/13 13:33:31 Got activate_claim request from shadow (xxx.xxx.xxx.xxx)
07/31/13 13:33:31 Remote job ID is 3639.0
07/31/13 13:33:31 Got universe "VANILLA" (5) from request classad
07/31/13 13:33:31 State change: claim-activation protocol successful
07/31/13 13:33:31 Changing activity: Idle -> Busy

How can I completely turn off this kind of behaviour for testing purposes?

Thanks,
Daniel