source: trunk/CHANGELOG @ 452

Last change on this file since 452 was 452, checked in by bastiaans, 16 years ago

CHANGELOG:

  • going straight for 0.3
  • added last bugfix
File size: 6.0 KB
RevLine 
[342]1
[363]2        LEGEND  f: fixed - c: changed - a: added - r: removed
[361]3
[452]40.3:
[342]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
[452]43                f:      crashing jobmond when multiple nodes amounts are requested in
44                        a queued job: numeric_node variable not initialized properly
45                        thanks to: aloga(a.t)ifca(d.o.t)unican(d.o.t)es
46                        for supplying the patch
47                        and many others for reporting and helping debug this
[361]48                f:      hanging/blocked, increased cpu usage and halted reporting
49                        thanks to: Bas van der Vlies - basv(a.t)sara(d.o.t)nl
50                        for discovering the origin of the bug
51                        thanks to: Mickael Gastineau - gastineau(a.t)imcce(d.o.t)fr
52                        for reporting it and testing the fix
53                        thanks to: Craig West - cwest(a.t)astro(d.o.t)umass(d.o.t)edu
54                        for reporting it and testing the fix
[342]55                f:      uninitialized variable in checkGmetricVersion()
56                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
57                        for the patch
[364]58                f:      undefined PBSError
59                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
60                        for reporting it
[342]61
[363]62                r:      SGE support broken
63
[361]64        jobarchived)
65
[427]66                a:      can now use py-rrdtool api instead of pipes, much faster!
[376]67                        install py-rrdtool to use this
68                        backwards compatible fails back to pipes if module not installed
[367]69
[427]70                c:      all XML input was uniencoded, which could cause errors,
71                        now all properly converted to normal strings
72
[376]73                f:      autocreate clusterdirs in archivedir
74                f:      unhandled gather exception
[361]75                f:      incorrect stop_timestamping when jobs finished
76                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
[376]77                        for finding and debugging/testing it
[361]78
[308]790.2:
80
81        web)
[342]82                f:      misc. optimization and bugfixes
83                f:      now fully compatible with latest PHP5 and PHP4
[308]84
[342]85                c:      cluster image now incorporates small text descr.
86                c:      monarch (cluster/host) images no longer displayed
87                        for clusters that are not jobmond enabled
88                c:      pie chart percentages are now cpu-based instead of node-based
[308]89
[342]90                a:      host template for Ganglia
91                        adds a extra monarch host image to Ganglia's host overview
92                        which displays/links to the jobs on that host
93                        NOTE!: be sure to copy/install new template from addons/templates
94                a:      (optional) nodes hostnames column
95                        thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk
96                        for the suggestion
[308]97
98        jobmond)
99
[342]100                f:      when a job metric is longer than maximum metric length,
101                        the info is split up amongst multiple metrics
102                f:      no longer exit when batch server is unavailable
103                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
104                        for the patch
105                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]106
[342]107                c:      rearranged code to allow support for other batch systems
[308]108
[342]109                a:      (experimental) SGE (Sun Grid Engine) support as batch server
110                        thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu
111                        who developed it for a OSCAR's Google-SoC project
112                a:      pidfile support
113                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
114                        for the patch
115                a:      usage display
116                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
117                        for the patch
118                a:      queue selection support: ability to specify which QUEUE's to get jobinfo from
119                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
120                        for the patch
[308]121
122        jobarchived)
123
[342]124                f:      XML retrieval for Ganglia version >= 3.0.3 working properly again
125                f:      database storing for Ganglia version >= 3.0.3 working properly again
126                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]127
[342]128                c:      misc. bugfixes to optimize XML connections
129                c:      misc. bugfixes for misc. minor issues
[308]130
[342]131                a:      cleaning of stale jobs in dbase: see JOB_TIMEOUT option
[308]132
[283]1330.1.1:
[249]134
135        web)
136
[342]137                f:      misc. layout bugs for overview & search
138                f:      bug that occured when calculating the number of nodes when there
139                        was more than one job running on a machine
[253]140
[342]141                c:      column requested memory is now optional through conf.php
142                c:      search and overview tables are now full screen (100%)
143                c:      overview jobnames are now cutoff at max 9 characters
144                        to prevent (layout) scews in the tables
145                c:      overview graphs are no longer downsized
[253]146
[342]147                a:      (optional) column 'queued' (since) in overview
148                a:      search results (can) now have a SEARCH_RESULT_LIMIT
149                        this increases performance of the query's significantly!
150                a:      date/time format as displayed is now configurable through conf.php
[249]151
152        jobmond)
153
[342]154                a:      now reports 'queued since' (or creation time) of jobs
[249]155
156        documentation)
157
[342]158                f:      wrong e-mail adress in INSTALL (doh!)
[249]159
[342]1600.1:
[249]161
162        - First public release
Note: See TracBrowser for help on using the repository browser.