source: trunk/CHANGELOG @ 376

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

CHANGELOG:

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