source: trunk/CHANGELOG @ 460

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

CHANGELOG:

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