Next: 8.5 Development Release Series
Up: 8. Version History and
Previous: 8.3 Development Release Series
Contents
Index
Subsections
8.4 Stable Release Series 7.0
This is a stable release series of Condor.
It is based on the 6.9 development series.
All new features added or bugs fixed in the 6.9 series are available
in the 7.0 series.
As usual, only bug fixes (and potentially, ports to new platforms)
will be provided in future 7.0.x releases.
New features will be added in the 7.1.x development series.
The details of each version are described below.
Version 7.0.2
Release Notes:
New Features:
Configuration Variable Additions and Changes:
Bugs Fixed:
- condor_ history in a quill environment, when given the -constraint option,
would ignore attributes from the vertical schema. This has been fixed.
- In unix, when started as root, the condor_ master now changes the
effective user id back to root (instead of condor) when restarting itself
(e.g. due to the command condor_ restart). This makes no difference unless
you have wrapped the condor_ master with a script of some kind and this
script expects to be run as root not only on initial startup but on restart
as well.
- The dedicated scheduler would sometimes take two negotiation cycles
to acquire all the machines it needed to run a job. This has been now
fixed.
- condor_ dagman no longer prints "Argument added" and
"Retry Abort Value" diagnostic messages at the default verbosity,
to reduce the size of the dagman.out file and the startup time
for very large DAGs.
- condor_ dagman now prints a few fatal parse errors at lower
verbosity settings than it did previously.
- condor_ preen no longer deletes MyProxy password files in the
Condor spool directory.
Known Bugs:
Additions and Changes to the Manual:
Version 7.0.1
Release Notes:
- Fixed a bug in Condor's authorization policy reader. The bug
affects cases where the policy (ALLOW/DENY and
HOSTALLOW/HOSTDENY settings) mixes host-based
authorizations with authorizations that refer to the authenticated
user name. In some cases, this bug would result in host-based
settings not being applied to authenticated users.
New Features:
- Support for Backfill Jobs is now available on Windows platforms.
For more information on this, please see
section 3.12.9 on
page
.
- Condor has been ported to Redhat Enterprise Linux
5.0 running on the 32-bit x86 architecture and on the 64-bit x86_64
architecture.
- The command email_attributes in a job submit
description file defines a set of job ClassAd attributes whose values
should be included in the e-mail notification of job completion.
- The configuration variable CONDOR_VIEW_HOST may now
contain a port number, and may refer to a
condor_ collector daemon running on the same host as the
condor_ collector that is forwarding ClassAds. It is also now possible to
use the forwarded ClassAds for matchmaking purposes. For example, several
condor_ collector daemons could forward ClassAds to
a single aggregating condor_ collector daemon which
a condor_ negotiator then uses as its source of information for
matchmaking.
- condor_ configure and condor_ install now detect missing
shared libraries (such as libstdc++.so.5 on Linux), and print
messages and exit if missing libraries are detected. The new command
line option -ignore-missing-libs causes it not to exit
after the messages have been printed, and to proceed with the
installation.
- Added a -force command line option to condor_ configure
(and condor_ install) which will turn on -overwrite and
-ignore-missing-libs.
- condor_ configure now writes simple sh and csh shell scripts
which can be sourced by their respective shells to set the user's
PATH and CONDOR_CONFIG environment variables. By default, these
are created in the root of the Condor installation, but this can be
changed via the -env-scripts-dir command line option. Also,
the creation of these scripts can be disabled with the
-no-env-scripts command line option.
Configuration Variable Additions and Changes:
- The new configuration variable STARTER_UPLOAD_SECONDS
prevents a hang if the condor_ shadow delays a write
for more than the specified time.
The default is 300.
- The new configuration variable CKPT_PROBE
specifies an internal to Condor
executable which determines information about how a process is laid out
in memory, in addition to other information. This executable is not yet
available on Windows platforms.
- The new configuration variable
CKPT_SERVER_CHECK_PARENT_INTERVAL sets an interval
of time between checks by the checkpoint server to see if
its parent, the condor_ master daemon, has gone away unexpectedly.
The checkpoint server shuts itself down if this happens.
The default interval for checking is 120 seconds.
Setting this parameter to 0 disables the check.
Bugs Fixed:
Known Bugs:
- When using condor_ compile with the RHEL5 x86 port of Condor to
produce a standard universe executable, one will see a warning message
about how linking with dynamic libraries is not portable. This warning
is erroneous and should be ignored. It will be fixed in a future version
of Condor.
Additions and Changes to the Manual:
- The existing configuration variables
SYSTEM_PERIODIC_HOLD , SYSTEM_PERIODIC_RELEASE , and
SYSTEM_PERIODIC_REMOVE have documented definitions.
See section 3.3.11 for definitions.
Version 7.0.0
Release Notes:
- PVM support has been dropped.
- The time zone for the PostgreSQL 8.2 database
used with Quill on Windows machines must be explicitly set
to use an abbreviation.
This Windows environment variable is
TZ.
Proper abbreviations for the value of this variable may be found
within the PostgreSQL installation in a file,
share/timezonesets/<continent>.txt, where
<continent> is replaced by the continent of the
desired time zone.
New Features:
Configuration Variable Additions and Changes:
- The new configuration variable
DEAD_COLLECTOR_MAX_AVOIDANCE_TIME defines the maximum
time in seconds that a daemon will fail over from a primary
condor_ collector to a secondary condor_ collector.
See section 3.3.3 on
page
for a
complete definition.
Bugs Fixed:
Known Bugs:
Additions and Changes to the Manual:
Next: 8.5 Development Release Series
Up: 8. Version History and
Previous: 8.3 Development Release Series
Contents
Index
condor-admin@cs.wisc.edu