source: trunk/CHANGELOG @ 369

Last change on this file since 369 was 367, checked in by bastiaans, 17 years ago

CHANGELOG:

  • updated
File size: 4.4 KB
Line 
1
2        LEGEND  f: fixed - c: changed - a: added - r: removed
3
40.2.1:
5
6        web)
7                a:      allow per-cluster settings/override options: see CLUSTER_CONFS option
8                a:      clusterimage can now draw nodes at x,y position parsed from hostname
9                a:      clusterimage nodes are now clickable: has link to all jobs from that host
10                a:      clusterimage nodes now have a tooltip
11                a:      jobmonarch logo image
12                        thank to: Robin Day
13                        for the design
14
15                f:      archive search not properly resetting nodes list
16                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
17                        for the patch
18
19        jobmond)
20
21                c:      native gmetric support, much faster and cleaner!
22                        thanks to: Nick Galbreath - nickg(a.t)modp(d.o.t)com
23                        for writing it and allowing inclusion in jobmond
24
25                f:      hanging/blocked, increased cpu usage and halted reporting
26                        thanks to: Bas van der Vlies - basv(a.t)sara(d.o.t)nl
27                        for discovering the origin of the bug
28                        thanks to: Mickael Gastineau - gastineau(a.t)imcce(d.o.t)fr
29                        for reporting it and testing the fix
30                        thanks to: Craig West - cwest(a.t)astro(d.o.t)umass(d.o.t)edu
31                        for reporting it and testing the fix
32                f:      uninitialized variable in checkGmetricVersion()
33                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
34                        for the patch
35                f:      undefined PBSError
36                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
37                        for reporting it
38
39                r:      SGE support broken
40
41        jobarchived)
42
43                c:      now use py-rrdtool api instead of pipes, much faster!
44
45                f:      incorrect stop_timestamping when jobs finished
46                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
47                        for finding it and debugging/testing
48
490.2:
50
51        web)
52                f:      misc. optimization and bugfixes
53                f:      now fully compatible with latest PHP5 and PHP4
54
55                c:      cluster image now incorporates small text descr.
56                c:      monarch (cluster/host) images no longer displayed
57                        for clusters that are not jobmond enabled
58                c:      pie chart percentages are now cpu-based instead of node-based
59
60                a:      host template for Ganglia
61                        adds a extra monarch host image to Ganglia's host overview
62                        which displays/links to the jobs on that host
63                        NOTE!: be sure to copy/install new template from addons/templates
64                a:      (optional) nodes hostnames column
65                        thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk
66                        for the suggestion
67
68        jobmond)
69
70                f:      when a job metric is longer than maximum metric length,
71                        the info is split up amongst multiple metrics
72                f:      no longer exit when batch server is unavailable
73                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
74                        for the patch
75                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
76
77                c:      rearranged code to allow support for other batch systems
78
79                a:      (experimental) SGE (Sun Grid Engine) support as batch server
80                        thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu
81                        who developed it for a OSCAR's Google-SoC project
82                a:      pidfile support
83                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
84                        for the patch
85                a:      usage display
86                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
87                        for the patch
88                a:      queue selection support: ability to specify which QUEUE's to get jobinfo from
89                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
90                        for the patch
91
92        jobarchived)
93
94                f:      XML retrieval for Ganglia version >= 3.0.3 working properly again
95                f:      database storing for Ganglia version >= 3.0.3 working properly again
96                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
97
98                c:      misc. bugfixes to optimize XML connections
99                c:      misc. bugfixes for misc. minor issues
100
101                a:      cleaning of stale jobs in dbase: see JOB_TIMEOUT option
102
1030.1.1:
104
105        web)
106
107                f:      misc. layout bugs for overview & search
108                f:      bug that occured when calculating the number of nodes when there
109                        was more than one job running on a machine
110
111                c:      column requested memory is now optional through conf.php
112                c:      search and overview tables are now full screen (100%)
113                c:      overview jobnames are now cutoff at max 9 characters
114                        to prevent (layout) scews in the tables
115                c:      overview graphs are no longer downsized
116
117                a:      (optional) column 'queued' (since) in overview
118                a:      search results (can) now have a SEARCH_RESULT_LIMIT
119                        this increases performance of the query's significantly!
120                a:      date/time format as displayed is now configurable through conf.php
121
122        jobmond)
123
124                a:      now reports 'queued since' (or creation time) of jobs
125
126        documentation)
127
128                f:      wrong e-mail adress in INSTALL (doh!)
129
1300.1:
131
132        - First public release
Note: See TracBrowser for help on using the repository browser.