source: trunk/CHANGELOG @ 501

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

CHANGELOG:

  • updated
File size: 7.5 KB
RevLine 
[342]1
[363]2        LEGEND  f: fixed - c: changed - a: added - r: removed
[361]3
[498]40.3.1:
5
6        other)
7                f:      updated INSTALL since "addons" directory is not included by default anymore in Ganglia
8                        thanks to: Steven DuChene linux(d.a.s.h)clusters(a.t)mindspring(d.o.t)com
9                        for reporting it
10
11        rpm)
12                f:      add "addons" directory since it's not included by default anymore in Ganglia
[501]13                f:      properly rewrite WEBDIR path in %files when rebuilding rpms with Makefile
[498]14
15        web)
16                f:      typo in empty_cpu variable: causing incorrect 'free cpu' count and similar errors
17                        thanks to: Craig West - cwest(a.t)astro(d.o.t)umass(d.o.t)edu
18                        for reporting it
19                f:      changed domain detection a little
20                        thanks to: Jeffrey Sarlo - JSarlo(a.t)Central(d.o.t)UH(d.o.t)EDU
21                        for reporting it
22                a:      now properly detects whether or not to use FQDN or short hostnames w/o domain
23                        thanks to: Jeffrey Sarlo - JSarlo(a.t)Central(d.o.t)UH(d.o.t)EDU
24                        for the many testing and reporting it
25
26                        SPECIAL THANKS to the University of Houston for sending me a shirt!
27
[500]28        jobarchived)
29                f:      properly catch postgres exception
30                f:      don't use debug_message while loading config file
31
[452]320.3:
[342]33
34        web)
35                a:      allow per-cluster settings/override options: see CLUSTER_CONFS option
36                a:      clusterimage can now draw nodes at x,y position parsed from hostname
[427]37                        see SORTBY_HOSTNAME for this in clusterconf/example.php
[342]38                a:      clusterimage nodes are now clickable: has link to all jobs from that host
[427]39                a:      clusterimage nodes now have a tooltip: displays hostname and jobids for now
[345]40                a:      jobmonarch logo image
41                        thank to: Robin Day
42                        for the design
[414]43                a:      rrd graph of running/queued jobs to overview
[460]44                a:      per-cluster settings for archive database
45                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
46                        for the patch
[342]47
[414]48                c:      host archive view is now more complete and detailed in the same manner as
49                        Ganglia's own host view
[427]50                c:      host archive view available metric list is now compiled from disk,
51                        so that the detailed archive host view works even when the node is currently down.
[400]52                c:      removed size restrictions from detailed host archive view
53
[465]54                f:      compatibility: removed php5 call
[460]55                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
56                        for the patch
[458]57                f:      prevent negative cpu/node calculation
58                        thanks to: aloga(a.t)ifca(d.o.t)unican(d.o.t)es
59                        for the patch
[364]60                f:      archive search not properly resetting nodes list
61                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
62                        for the patch
[400]63                f:      detailed host view from jobarchive was broken since hostbased support of 0.2
64                        now host view is properly set and parsed again
65                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
66                        for reporting the bug and suggesting a patch
[403]67                f:      bug where jobstart redline indicator in host detail graphs was set incorrectly
[414]68                        or not at all due to a miscalculation in job times
[427]69                f:      bug where hostimage headertext xoffset was miscalculated, causing the column names
70                        to overlap their position when the columnname was longer than the columnvalues
[364]71
[342]72        jobmond)
73
[376]74                a:      syslog support
[427]75                a:      report number of running/queued jobs as seperate metrics
76                a:      native gmetric support, much faster and cleaner!
[361]77                        thanks to: Nick Galbreath - nickg(a.t)modp(d.o.t)com
78                        for writing it and allowing inclusion in jobmond
79
[452]80                f:      crashing jobmond when multiple nodes amounts are requested in
81                        a queued job: numeric_node variable not initialized properly
82                        thanks to: aloga(a.t)ifca(d.o.t)unican(d.o.t)es
83                        for supplying the patch
84                        and many others for reporting and helping debug this
[361]85                f:      hanging/blocked, increased cpu usage and halted reporting
86                        thanks to: Bas van der Vlies - basv(a.t)sara(d.o.t)nl
87                        for discovering the origin of the bug
88                        thanks to: Mickael Gastineau - gastineau(a.t)imcce(d.o.t)fr
89                        for reporting it and testing the fix
90                        thanks to: Craig West - cwest(a.t)astro(d.o.t)umass(d.o.t)edu
91                        for reporting it and testing the fix
[342]92                f:      uninitialized variable in checkGmetricVersion()
93                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
94                        for the patch
[364]95                f:      undefined PBSError
96                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
97                        for reporting it
[342]98
[363]99                r:      SGE support broken
100
[361]101        jobarchived)
102
[427]103                a:      can now use py-rrdtool api instead of pipes, much faster!
[376]104                        install py-rrdtool to use this
105                        backwards compatible fails back to pipes if module not installed
[367]106
[427]107                c:      all XML input was uniencoded, which could cause errors,
108                        now all properly converted to normal strings
109
[470]110                f:      when XML data source (gmetad) is unavailable parsethread didn't return correctly
111                        which caused a large number of threads to spawn while consuming large amounts of memory
[376]112                f:      autocreate clusterdirs in archivedir
113                f:      unhandled gather exception
[361]114                f:      incorrect stop_timestamping when jobs finished
115                        thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
[376]116                        for finding and debugging/testing it
[361]117
[308]1180.2:
119
120        web)
[342]121                f:      misc. optimization and bugfixes
122                f:      now fully compatible with latest PHP5 and PHP4
[308]123
[342]124                c:      cluster image now incorporates small text descr.
125                c:      monarch (cluster/host) images no longer displayed
126                        for clusters that are not jobmond enabled
127                c:      pie chart percentages are now cpu-based instead of node-based
[308]128
[342]129                a:      host template for Ganglia
130                        adds a extra monarch host image to Ganglia's host overview
131                        which displays/links to the jobs on that host
132                        NOTE!: be sure to copy/install new template from addons/templates
133                a:      (optional) nodes hostnames column
134                        thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk
135                        for the suggestion
[308]136
137        jobmond)
138
[342]139                f:      when a job metric is longer than maximum metric length,
140                        the info is split up amongst multiple metrics
141                f:      no longer exit when batch server is unavailable
142                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
143                        for the patch
144                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]145
[342]146                c:      rearranged code to allow support for other batch systems
[308]147
[342]148                a:      (experimental) SGE (Sun Grid Engine) support as batch server
149                        thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu
150                        who developed it for a OSCAR's Google-SoC project
151                a:      pidfile support
152                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
153                        for the patch
154                a:      usage display
155                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
156                        for the patch
157                a:      queue selection support: ability to specify which QUEUE's to get jobinfo from
158                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
159                        for the patch
[308]160
161        jobarchived)
162
[342]163                f:      XML retrieval for Ganglia version >= 3.0.3 working properly again
164                f:      database storing for Ganglia version >= 3.0.3 working properly again
165                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]166
[342]167                c:      misc. bugfixes to optimize XML connections
168                c:      misc. bugfixes for misc. minor issues
[308]169
[342]170                a:      cleaning of stale jobs in dbase: see JOB_TIMEOUT option
[308]171
[283]1720.1.1:
[249]173
174        web)
175
[342]176                f:      misc. layout bugs for overview & search
177                f:      bug that occured when calculating the number of nodes when there
178                        was more than one job running on a machine
[253]179
[342]180                c:      column requested memory is now optional through conf.php
181                c:      search and overview tables are now full screen (100%)
182                c:      overview jobnames are now cutoff at max 9 characters
183                        to prevent (layout) scews in the tables
184                c:      overview graphs are no longer downsized
[253]185
[342]186                a:      (optional) column 'queued' (since) in overview
187                a:      search results (can) now have a SEARCH_RESULT_LIMIT
188                        this increases performance of the query's significantly!
189                a:      date/time format as displayed is now configurable through conf.php
[249]190
191        jobmond)
192
[342]193                a:      now reports 'queued since' (or creation time) of jobs
[249]194
195        documentation)
196
[342]197                f:      wrong e-mail adress in INSTALL (doh!)
[249]198
[342]1990.1:
[249]200
201        - First public release
Note: See TracBrowser for help on using the repository browser.