source: trunk/CHANGELOG @ 458

Last change on this file since 458 was 458, checked in by bastiaans, 16 years ago

CHANGELOG:

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