source: trunk/CHANGELOG @ 427

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

CHANGELOG:

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