source: trunk/CHANGELOG @ 362

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

CHANGELOG:

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