Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 7.0-2

    ##############################################################################
    @RELEASE: 7.0-2

    ##############################################################################

    ==== CL 20172 ====
    @FIX: Multiple false matches for 'regex_outputPaths' when an instance is preempted

    ==== CL 20151 ====
    @FIX: qbhosts, qbjobs, qblock, and qbmodify commands' "-group" option not working as expected.

    Note: required a change to both the client programs as well as the supervisor (had a incompatible SQL statement).

    JIRA: QUBE-3413

    ==== CL 20131 ====
    @CHANGE: add code to check supervisor_max_threads relative to the DB server's max_connections, and adjust it if it's too large.

    "Too Large" is: supervisor_max_threads > max_connections - 25

    JIRA: QUBE-3396

    ==== CL 20115 ====
    @FIX: Calling qbstdout or qbstderr API (c++ or Python API) with "pos=-N" on a file of N - 1 bytes or smaller can crash supervisor process

    JIRA: QUBE-3145

    ==== CL 20113 ====
    @FIX: qbjobs should be case-insensitive for user name; qbhosts should be case-insensitive for host names

    JIRA: QUBE-3320, QUBE-3386

    ==== CL 20108 ====
    @FIX: fix issue where Qube 7 Perl API module doesn't load on Linux, causing Perl based jobs such as the Maya jobtype job not be able to run.

    Error messages:
    Can't load '/usr/local/pfx/qube//api/perl/qb.so' for module qb: libQt5Core.so.5: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line 190.

    Added /etc/ld.so.cof.d/qube-x86_64.conf file to the qube-core package, to add the path /usr/local/pfx/qube/lib/Qt to the runtime library search path

    JIRA: QUBE-3403
    ZD: 18920

    ==== CL 20102 ====
    @FIX: 'DB ERROR: relation "joblog" does not exit' message in supelog

    Fixed issue where ERROR messages like the following would show in the supelog:

    QbDatabasePostgreSQL::_raw() DB ERROR: lastError=ERROR: relation "joblog" does not exist
    LINE 1: SELECT id, jobid, subid, type, data, host FROM joblog WHERE...

    JIRA: QUBE-3186
    ZD: 18899

    ==== CL 20094 ====
    @FIX: Qube API module for python 2.6 (_qb26.pyd) not loading

    JIRA: QUBE-3387

    ==== CL 20081 ====
    @FIX: On the Mac, the "pfx" user is created every time the supervisor package is installed or upgraded (add_pfx_account_osx.sh script).