source: trunk/CHANGELOG @ 414

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

CHANGELOG:

  • updated

UPGRADE:

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