This is the development release series of Condor. The details of each version are described below.
Release Notes:
.
New Features:
for
more information about running backfill jobs with Condor.
+remote_NTDomain = "OTHERDOMAIN"
.
This feature may result in a greater number of sockets being open at one time than previously (especially in the negotiator). There is not yet support for placing a limit on the number of simultaneous connection attempts, therefore, if you need to turn off the use of non-blocking connects, you may do so with the following configuration settings:
NONBLOCKING_COLLECTOR_UPDATE = False
NEGOTIATOR_USE_NONBLOCKING_STARTD_CONTACT = False
Bugs Fixed:
5/19 23:51:47 vm1: ClaimId from schedd (<xxx.xxx.xxx.xxx:45877>#1147893880#1208) doesn't match (<xxx.xxx.xxx.xxx:45877>#1147893880#1207) 5/19 23:51:47 vm1: State change: claiming protocol failed
Known Bugs:
Release Notes:
To replace only the condor_ ckpt_server binary,
condor_off
CKPT_SERVER = $(SBIN)/ckpt_server.v6719
condor_reconfig -master
condor_on
.
New Features:
.
Bugs Fixed:
Known Bugs:
Release Notes:
The Condor Team will publish detailed reports of these vulnerabilities on 2006-04-24, 4 weeks from the date when the fixes were first released (2006-03-27). This will allow all sites time to upgrade before enough information to exploit these bugs is widely available.
.
Security Bugs Fixed:
.
New Features:
.
Bugs Fixed:
MAX_JOB_QUEUE_LOG_ROTATIONS = 0
Known Bugs:
Release Notes:
.
Databases created by versions of Quill prior to 6.7.17 must be updated to reflect these two new columns. This can be achieved by either dropping the database and letting Quill recreate it on the next polling cycle, or by manually adding the two columns and initializing their values via the following sql commands:
alter table jobqueuepollinginfo add column log_seq_num bigint; alter table jobqueuepollinginfo add column log_creation_time bigint; update jobqueuepollinginfo set log_seq_num = 0, log_creation_time=0;If the schema is being manually changed, it must be done so before the condor_ quill daemon is started.
New Features:
for
more information about running backfill jobs with Condor.
At this time, backfill jobs are not supported on windows machines.
Bugs Fixed:
Known Bugs:
MAX_JOB_QUEUE_LOG_ROTATIONS = 0
Release Notes:
New Features:
Bugs Fixed:
Known Bugs:
/path/to/job jobnameThe second time, this job is run with the incorrect command line
/path/to/job jobname jobnameAnd, the third time, this job is run with the incorrect command line
/path/to/job jobname jobname jobname
Release Notes:
New Features:
Bugs Fixed:
Known Bugs:
/path/to/job jobnameThe second time, this job is run with the incorrect command line
/path/to/job jobname jobnameAnd, the third time, this job is run with the incorrect command line
/path/to/job jobname jobname jobname
Release Notes:
New Features:
To configure the condor_ negotiator daemon to be controlled by the condor_ had, you should add an entry to your condor_config:
MASTER_NEGOTIATOR_CONTROLLER = HAD
This will cause the condor_ master to treat the condor_ had as the ``controller'' of the condor_ negotiator.
.
TARGET.foo && TARGET.bar will not evaluate TARGET.bar
if TARGET.foo evaluates to false. This will speed up some
expressions, particularly those involving user-defined
functions. Although this was thoroughly tested, this is the sort of
change that could have subtle, unexpected behavior, so please be on
the lookout for problems that might be caused by it.
Bugs Fixed:
Read: connect() failed - errno = 111 Read: open_tcp_stream() failed Read: ERROR:open_ckpt_file failed, aborting ckptVersion 6.7.14 of the condor_ ckpt_server is working properly once again.
#) in the GCB routing table.
For more information about GCB, see section 3.8.3 on
page
.
for more details.
Changes:
Known Bugs:
FALSE by default, but if set to TRUE,
the condor_ negotiator will crash.
Release Notes:
New Features:
for more information.
.
for details.
Bugs Fixed:
$$(attribute)
references in a job classad when trying to spawn a condor_ shadow,
the condor_ schedd would die with the fatal exception ``Impossible:
GetJobAd() returned NULL for X.Y but that job is already known to
exist''.
Now, the condor_ schedd correctly distinguishes between a non-fatal
error expanding $$(attribute) and the fatal error of the job
already being gone (which is, in fact, impossible).
This bug was first introduced in Condor version 6.7.1.
Changes:
Known Bugs:
Release Notes:
Bugs Fixed:
Release Notes:
New Features:
for the description of this feature.
Bugs Fixed:
Changes:
$(LOCAL_DIR)/ViewHistdirectory, which was begun in version 6.7.10. This directory was of limited value for most users.
Known Bugs:
Release Notes:
New Features:
Bugs Fixed:
ERROR ``Impossible: Create_Thread child_errno (xxx) is not ERRNO_PID_COLLISION!'' at line 6181 in file daemon_core.C
ERROR ``Trying to run job x.x, but already marked RUNNING!''
Known Bugs:
Release Notes:
New Features:
.
Bugs Fixed:
Release Notes:
New Features: