|
1 | 1 | # Full List of Fixes |
2 | 2 |
|
3 | | -# v9.0.1beta |
| 3 | +## v9.0.1beta |
4 | 4 |
|
5 | 5 | ### Improvement |
6 | 6 |
|
7 | 7 | [CS-270](https://hpc-gridware.atlassian.net/browse/CS-270) Allow threads to handle RO-request in parallel |
8 | 8 |
|
| 9 | +[CS-546](https://hpc-gridware.atlassian.net/browse/CS-546) Support download of bundles from the WEB-server |
| 10 | + |
| 11 | +[CS-580](https://hpc-gridware.atlassian.net/browse/CS-580) memory checking with valgrind |
| 12 | + |
| 13 | +[CS-650](https://hpc-gridware.atlassian.net/browse/CS-650) testsuite remote connections shall not autologout |
| 14 | + |
| 15 | +[CS-713](https://hpc-gridware.atlassian.net/browse/CS-713) print more information about shutting down the individual qmaster threads / thread pools to the messages file at qmaster shutdown |
| 16 | + |
| 17 | +### New Feature |
| 18 | + |
| 19 | +[CS-578](https://hpc-gridware.atlassian.net/browse/CS-578) Allow to measure thread performance with Google Performance Tools |
| 20 | + |
| 21 | +### Epic |
| 22 | + |
| 23 | +[CS-589](https://hpc-gridware.atlassian.net/browse/CS-589) cleanup memory \(and possibly other resources\) at process end |
| 24 | + |
9 | 25 | ### Task |
10 | 26 |
|
11 | 27 | [CS-662](https://hpc-gridware.atlassian.net/browse/CS-662) verify delayed job reporting of sge\_execd after reconnecting to sge\_qmaster |
12 | 28 |
|
13 | 29 | ### Sub-task |
14 | 30 |
|
| 31 | +[CS-277](https://hpc-gridware.atlassian.net/browse/CS-277) introduce unique event IDs |
| 32 | + |
| 33 | +[CS-281](https://hpc-gridware.atlassian.net/browse/CS-281) add a pool of threads for each request queue |
| 34 | + |
| 35 | +[CS-583](https://hpc-gridware.atlassian.net/browse/CS-583) add valgrind testing to the testsuite framework |
| 36 | + |
15 | 37 | [CS-655](https://hpc-gridware.atlassian.net/browse/CS-655) Block requests for secondary DS until initialization is complete |
16 | 38 |
|
17 | 39 | [CS-656](https://hpc-gridware.atlassian.net/browse/CS-656) Allow to enforce that execd requests will be handled with data from primary DS |
|
26 | 48 |
|
27 | 49 | [CS-675](https://hpc-gridware.atlassian.net/browse/CS-675) Enhance monitoring so that it can observe more than 256 threads |
28 | 50 |
|
| 51 | +[CS-687](https://hpc-gridware.atlassian.net/browse/CS-687) Jenkins: enable config\_user\_xuser |
| 52 | + |
| 53 | +[CS-689](https://hpc-gridware.atlassian.net/browse/CS-689) Jenkins: enable pe\_user\_xuser |
| 54 | + |
| 55 | +[CS-690](https://hpc-gridware.atlassian.net/browse/CS-690) Jenkins: enable project\_user\_xuser |
| 56 | + |
| 57 | +[CS-691](https://hpc-gridware.atlassian.net/browse/CS-691) Jenkins: enable queue\_user\_xuser |
| 58 | + |
| 59 | +[CS-692](https://hpc-gridware.atlassian.net/browse/CS-692) Jenkins: enable rqs\_user\_xuser |
| 60 | + |
| 61 | +[CS-704](https://hpc-gridware.atlassian.net/browse/CS-704) Jenkins: enable x\_forks\_slaves |
| 62 | + |
29 | 63 | ### Bug |
30 | 64 |
|
31 | 65 | [CS-145](https://hpc-gridware.atlassian.net/browse/CS-145) qping monitoring output is broken |
|
36 | 70 |
|
37 | 71 | [CS-665](https://hpc-gridware.atlassian.net/browse/CS-665) Potential core of qmaster \(in listener thread\) due to concurrent access to data |
38 | 72 |
|
39 | | -[CS-674](https://hpc-gridware.atlassian.net/browse/CS-674) Monitoring show threads in W or E state, although they are working properly |
| 73 | +[CS-674](https://hpc-gridware.atlassian.net/browse/CS-674) Monitoring show threads in W or E state although they are working properly |
| 74 | + |
| 75 | +[CS-676](https://hpc-gridware.atlassian.net/browse/CS-676) Improve qmaster shutdown performance for scenarios where the master has more that 128 threads |
| 76 | + |
| 77 | +[CS-677](https://hpc-gridware.atlassian.net/browse/CS-677) Version in documentation is not changed automatically |
| 78 | + |
| 79 | +[CS-678](https://hpc-gridware.atlassian.net/browse/CS-678) Incorrect format in qstat man page and manuals |
| 80 | + |
| 81 | +[CS-679](https://hpc-gridware.atlassian.net/browse/CS-679) test: tight integration test fails if cluster is installed on FS where root is mapped to nobody |
| 82 | + |
| 83 | +[CS-681](https://hpc-gridware.atlassian.net/browse/CS-681) testsuite test jsv\_issues leaves a global sge\_request file with a -jsv option |
| 84 | + |
| 85 | +[CS-682](https://hpc-gridware.atlassian.net/browse/CS-682) qacct returns error state != 0 in common non-error scenario |
| 86 | + |
| 87 | +[CS-683](https://hpc-gridware.atlassian.net/browse/CS-683) a MirrorDataStore is not always properly cleaned up at sge\_qmaster shutdown when the reader thread pool is enabled |
| 88 | + |
| 89 | +[CS-684](https://hpc-gridware.atlassian.net/browse/CS-684) found workaround for: JSV stderr output contains "dpkg: warning: ..." |
40 | 90 |
|
41 | | -[CS-676](https://hpc-gridware.atlassian.net/browse/CS-676) Improve qmaster shutdown performance for scenarios where the master has more than 128 threads |
| 91 | +[CS-714](https://hpc-gridware.atlassian.net/browse/CS-714) shutting down the listener thread pool takes too long |
42 | 92 |
|
43 | 93 | ## v9.0.0 |
44 | 94 |
|
|
0 commit comments