source: trunk/CHANGELOG @ 427

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

CHANGELOG:

  • updated
File size: 5.7 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                        see SORTBY_HOSTNAME for this in clusterconf/example.php
10                a:      clusterimage nodes are now clickable: has link to all jobs from that host
11                a:      clusterimage nodes now have a tooltip: displays hostname and jobids for now
12                a:      jobmonarch logo image
13                        thank to: Robin Day
14                        for the design
15                a:      rrd graph of running/queued jobs to overview
16
17                c:      host archive view is now more complete and detailed in the same manner as
18                        Ganglia's own host view
19                c:      host archive view available metric list is now compiled from disk,
20                        so that the detailed archive host view works even when the node is currently down.
21                c:      removed size restrictions from detailed host archive view
22
23                f:      archive search not properly resetting nodes list
24                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
25                        for the patch
26                f:      detailed host view from jobarchive was broken since hostbased support of 0.2
27                        now host view is properly set and parsed again
28                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
29                        for reporting the bug and suggesting a patch
30                f:      bug where jobstart redline indicator in host detail graphs was set incorrectly
31                        or not at all due to a miscalculation in job times
32                f:      bug where hostimage headertext xoffset was miscalculated, causing the column names
33                        to overlap their position when the columnname was longer than the columnvalues
34
35        jobmond)
36
37                a:      syslog support
38                a:      report number of running/queued jobs as seperate metrics
39                a:      native gmetric support, much faster and cleaner!
40                        thanks to: Nick Galbreath - nickg(a.t)modp(d.o.t)com
41                        for writing it and allowing inclusion in jobmond
42
43                f:      hanging/blocked, increased cpu usage and halted reporting
44                        thanks to: Bas van der Vlies - basv(a.t)sara(d.o.t)nl
45                        for discovering the origin of the bug
46                        thanks to: Mickael Gastineau - gastineau(a.t)imcce(d.o.t)fr
47                        for reporting it and testing the fix
48                        thanks to: Craig West - cwest(a.t)astro(d.o.t)umass(d.o.t)edu
49                        for reporting it and testing the fix
50                f:      uninitialized variable in checkGmetricVersion()
51                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
52                        for the patch
53                f:      undefined PBSError
54                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
55                        for reporting it
56
57                r:      SGE support broken
58
59        jobarchived)
60
61                a:      can now use py-rrdtool api instead of pipes, much faster!
62                        install py-rrdtool to use this
63                        backwards compatible fails back to pipes if module not installed
64
65                c:      all XML input was uniencoded, which could cause errors,
66                        now all properly converted to normal strings
67
68                f:      autocreate clusterdirs in archivedir
69                f:      unhandled gather exception
70                f:      incorrect stop_timestamping when jobs finished
71                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
72                        for finding and debugging/testing it
73
740.2:
75
76        web)
77                f:      misc. optimization and bugfixes
78                f:      now fully compatible with latest PHP5 and PHP4
79
80                c:      cluster image now incorporates small text descr.
81                c:      monarch (cluster/host) images no longer displayed
82                        for clusters that are not jobmond enabled
83                c:      pie chart percentages are now cpu-based instead of node-based
84
85                a:      host template for Ganglia
86                        adds a extra monarch host image to Ganglia's host overview
87                        which displays/links to the jobs on that host
88                        NOTE!: be sure to copy/install new template from addons/templates
89                a:      (optional) nodes hostnames column
90                        thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk
91                        for the suggestion
92
93        jobmond)
94
95                f:      when a job metric is longer than maximum metric length,
96                        the info is split up amongst multiple metrics
97                f:      no longer exit when batch server is unavailable
98                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
99                        for the patch
100                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
101
102                c:      rearranged code to allow support for other batch systems
103
104                a:      (experimental) SGE (Sun Grid Engine) support as batch server
105                        thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu
106                        who developed it for a OSCAR's Google-SoC project
107                a:      pidfile support
108                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
109                        for the patch
110                a:      usage display
111                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
112                        for the patch
113                a:      queue selection support: ability to specify which QUEUE's to get jobinfo from
114                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
115                        for the patch
116
117        jobarchived)
118
119                f:      XML retrieval for Ganglia version >= 3.0.3 working properly again
120                f:      database storing for Ganglia version >= 3.0.3 working properly again
121                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
122
123                c:      misc. bugfixes to optimize XML connections
124                c:      misc. bugfixes for misc. minor issues
125
126                a:      cleaning of stale jobs in dbase: see JOB_TIMEOUT option
127
1280.1.1:
129
130        web)
131
132                f:      misc. layout bugs for overview & search
133                f:      bug that occured when calculating the number of nodes when there
134                        was more than one job running on a machine
135
136                c:      column requested memory is now optional through conf.php
137                c:      search and overview tables are now full screen (100%)
138                c:      overview jobnames are now cutoff at max 9 characters
139                        to prevent (layout) scews in the tables
140                c:      overview graphs are no longer downsized
141
142                a:      (optional) column 'queued' (since) in overview
143                a:      search results (can) now have a SEARCH_RESULT_LIMIT
144                        this increases performance of the query's significantly!
145                a:      date/time format as displayed is now configurable through conf.php
146
147        jobmond)
148
149                a:      now reports 'queued since' (or creation time) of jobs
150
151        documentation)
152
153                f:      wrong e-mail adress in INSTALL (doh!)
154
1550.1:
156
157        - First public release
Note: See TracBrowser for help on using the repository browser.