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

Re: [HTCondor-users] condor_q returning the string "undefined" in 8.2



The bug was introduced as a side effect of the new non-blocking condor_q protocol. As a workaround, you can set

  CONDOR_Q_USE_V3_PROTOCOL=false

to get the old behavior back. You can turn this behavior off for a single command by setting this knob via the environment

  _CONDOR_CONDOR_Q_USE_V3_PROTOCOL=false

(yes, condor condor).

We are working on a proper fix.

-tj

On 6/24/2014 5:07 PM, Marco Mambelli wrote:
Greetings,
for HTCondor 8.1 and below, condor_q -format '%s' FOO would return nothing if FOO did not exist in the classad.
HTCondor 8.2 apparently returns the string "undefined".
This is breaking some code that is parsing the output of condor_q and was counting on -format not to have the output change format.

Will this change again in the future?
Is it there any way to suppress the "undefined" string and go back to the old behavior?

Thank you,
Marco



_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/