source: trunk/CHANGELOG @ 363

Last change on this file since 363 was 363, checked in by bastiaans, 17 years ago
  • misc small comments
File size: 4.1 KB
RevLine 
[342]1
[363]2        LEGEND  f: fixed - c: changed - a: added - r: removed
[361]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
[363]32                r:      SGE support broken
33
[361]34        jobarchived)
35
36                f:      incorrect stop_timestamping when jobs finished
37                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
38                        for finding it and debugging/testing
39
[308]400.2:
41
42        web)
[342]43                f:      misc. optimization and bugfixes
44                f:      now fully compatible with latest PHP5 and PHP4
[308]45
[342]46                c:      cluster image now incorporates small text descr.
47                c:      monarch (cluster/host) images no longer displayed
48                        for clusters that are not jobmond enabled
49                c:      pie chart percentages are now cpu-based instead of node-based
[308]50
[342]51                a:      host template for Ganglia
52                        adds a extra monarch host image to Ganglia's host overview
53                        which displays/links to the jobs on that host
54                        NOTE!: be sure to copy/install new template from addons/templates
55                a:      (optional) nodes hostnames column
56                        thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk
57                        for the suggestion
[308]58
59        jobmond)
60
[342]61                f:      when a job metric is longer than maximum metric length,
62                        the info is split up amongst multiple metrics
63                f:      no longer exit when batch server is unavailable
64                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
65                        for the patch
66                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]67
[342]68                c:      rearranged code to allow support for other batch systems
[308]69
[342]70                a:      (experimental) SGE (Sun Grid Engine) support as batch server
71                        thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu
72                        who developed it for a OSCAR's Google-SoC project
73                a:      pidfile support
74                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
75                        for the patch
76                a:      usage display
77                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
78                        for the patch
79                a:      queue selection support: ability to specify which QUEUE's to get jobinfo from
80                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
81                        for the patch
[308]82
83        jobarchived)
84
[342]85                f:      XML retrieval for Ganglia version >= 3.0.3 working properly again
86                f:      database storing for Ganglia version >= 3.0.3 working properly again
87                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]88
[342]89                c:      misc. bugfixes to optimize XML connections
90                c:      misc. bugfixes for misc. minor issues
[308]91
[342]92                a:      cleaning of stale jobs in dbase: see JOB_TIMEOUT option
[308]93
[283]940.1.1:
[249]95
96        web)
97
[342]98                f:      misc. layout bugs for overview & search
99                f:      bug that occured when calculating the number of nodes when there
100                        was more than one job running on a machine
[253]101
[342]102                c:      column requested memory is now optional through conf.php
103                c:      search and overview tables are now full screen (100%)
104                c:      overview jobnames are now cutoff at max 9 characters
105                        to prevent (layout) scews in the tables
106                c:      overview graphs are no longer downsized
[253]107
[342]108                a:      (optional) column 'queued' (since) in overview
109                a:      search results (can) now have a SEARCH_RESULT_LIMIT
110                        this increases performance of the query's significantly!
111                a:      date/time format as displayed is now configurable through conf.php
[249]112
113        jobmond)
114
[342]115                a:      now reports 'queued since' (or creation time) of jobs
[249]116
117        documentation)
118
[342]119                f:      wrong e-mail adress in INSTALL (doh!)
[249]120
[342]1210.1:
[249]122
123        - First public release
Note: See TracBrowser for help on using the repository browser.