Skip to content

Commit fce7e45

Browse files
committed
new version 9.0.8 and 9.0.8 release notes
1 parent 10d1bf0 commit fce7e45

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

doc/markdown/manual/release-notes/04_full_list_of_fixes.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,62 @@
11
# Full List of Fixes
22

3-
# Release notes - Cluster Scheduler
3+
## v9.0.8
4+
5+
### Improvement
6+
7+
[CS-739](https://hpc-gridware.atlassian.net/browse/CS-739) qstat -j output should contain job state, start time, queue name, and host names
8+
9+
### Task
10+
11+
[CS-1407](https://hpc-gridware.atlassian.net/browse/CS-1407) Add SUSE SLES 15 support in support matrix of release notes
12+
13+
[CS-1440](https://hpc-gridware.atlassian.net/browse/CS-1440) Add qtelemetry licenses to GCS 3rdparty licenses directory
14+
15+
[CS-1470](https://hpc-gridware.atlassian.net/browse/CS-1470) do memory testing on V90\_BRANCH for the 9.0.8 release
16+
17+
### Sub-task
18+
19+
[CS-1394](https://hpc-gridware.atlassian.net/browse/CS-1394) Add start\_time of array jobs tasks to qstat -j <jid>
20+
21+
[CS-1395](https://hpc-gridware.atlassian.net/browse/CS-1395) Cleanup of job states and show states also in qstat -j <jid> output
22+
23+
[CS-1396](https://hpc-gridware.atlassian.net/browse/CS-1396) Show granted host information in qstat -j <jid> output
24+
25+
[CS-1404](https://hpc-gridware.atlassian.net/browse/CS-1404) Show granted queues in qstat -j <jid> output
26+
27+
[CS-1410](https://hpc-gridware.atlassian.net/browse/CS-1410) Show priority in qstat -j <jid> output even if it is the base priority
28+
29+
### Bug
30+
31+
[CS-671](https://hpc-gridware.atlassian.net/browse/CS-671) qrsh truncates the command line and/or output at 927 characters
32+
33+
[CS-1019](https://hpc-gridware.atlassian.net/browse/CS-1019) sge\_execd logs errors when running tightly integrated parallel jobs
34+
35+
[CS-1270](https://hpc-gridware.atlassian.net/browse/CS-1270) Installation script clears screen in case of an error which make issues harder to debug
36+
37+
[CS-1381](https://hpc-gridware.atlassian.net/browse/CS-1381) qacct complains "error: ignoring invalid entry in line 436" for accounting records with huge command line entry
38+
39+
[CS-1386](https://hpc-gridware.atlassian.net/browse/CS-1386) man page for sge\_share\_mon is missing
40+
41+
[CS-1403](https://hpc-gridware.atlassian.net/browse/CS-1403) sge\_ckpt man-page is in wrong section \(1 instead of 5\)
42+
43+
[CS-1422](https://hpc-gridware.atlassian.net/browse/CS-1422) endless loop in protocol between sge\_qmaster and sge\_execd in certain job failure situations
44+
45+
[CS-1424](https://hpc-gridware.atlassian.net/browse/CS-1424) qmod -sj on own job fails on submit only host
46+
47+
[CS-1429](https://hpc-gridware.atlassian.net/browse/CS-1429) sge\_qmaster can segfault on qdel -f
48+
49+
[CS-1434](https://hpc-gridware.atlassian.net/browse/CS-1434) clearing error state of a job leads to event callback error logging in qmaster messages file
50+
51+
[CS-1435](https://hpc-gridware.atlassian.net/browse/CS-1435) rescheduling of jobs requires manager rights, documented is "manager or operator rights"
52+
53+
[CS-1436](https://hpc-gridware.atlassian.net/browse/CS-1436) qmod man pages says it requires manager or operator privileges to rerun a job, but a job owner may rerun his own jobs as well
54+
55+
[CS-1451](https://hpc-gridware.atlassian.net/browse/CS-1451) option -out of examples/jobsbin/<arch>/work is broken
56+
57+
[CS-1476](https://hpc-gridware.atlassian.net/browse/CS-1476) Go DRMAA does not set JoinFiles\(\) correctly
58+
59+
[CS-1477](https://hpc-gridware.atlassian.net/browse/CS-1477) In Go DRMAA TransferFiles\(\) does not set all values
460

561
## v9.0.7
662

source/libs/sgeobj/ocs_Version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define OCS_VERSION_MAJOR 9
4040
#define OCS_VERSION_MINOR 0
4141
#define OCS_VERSION_PATCH 8
42-
#define OCS_VERSION_SUFFIX "prealpha"
42+
#define OCS_VERSION_SUFFIX ""
4343

4444
static const std::string OCS_VERSION_STRING{std::to_string(OCS_VERSION_MAJOR) + "."
4545
+ std::to_string(OCS_VERSION_MINOR) + "." + std::to_string(OCS_VERSION_PATCH) + OCS_VERSION_SUFFIX};

0 commit comments

Comments
 (0)