source: trunk/CHANGELOG @ 483

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

CHANGELOG:

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