source: trunk/CHANGELOG @ 364

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

CHANGELOG:

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