~ubuntu-branches/ubuntu/trusty/icecc/trusty-proposed

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2006-10-14 19:44:40 UTC
  • mfrom: (3.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20061014194440-btpn03ff14c0lxip
Tags: 0.7.14-4
Add czech and french debconf templates translations
(Closes: #389802, #391477)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
   This would simplify some things and avoid the above bugs (and it would make it more
9
9
   convenient for users of /opt/gcc-cvs/bin too)
10
10
* Improve Documentation (cschum)
11
 
* I'm not sure but I think we need to lock the local host _before_ we fork off the notification
12
 
  child. Otherwise the gantt view explodes :)
13
11
* make the protocol version an uint32, not a hand-build array.
14
12
* let the client specify it was compiled with recent compiler (supporting -param). If so,
15
13
  let the daemon compile with the options, otherwise leave them out. 
23
21
  no other amd64 daemons in the farm, he will get no answer, but a timeout from
24
22
  scheduler (quite a corner case, but neat)
25
23
* use syslog
 
24
* Log problems found at some scheduler log - or even in the monitor. E.g. if a client
 
25
  can't reach a given daemon, it should be able to tell. Perhaps the scheduler can even
 
26
  disable that very host for some penalty time
 
27
* Reduce amount of force-waits, especially if they involve network latency (scheduler queries)
 
28
  and daemon context switches:
 
29
    - remove the need for EndMsg
 
30
    - do not ask the daemon about the first job (WIP dirk)
 
31
* if a compile job SIGSEGV's or SIGABORTs, make sure to recompile locally because it could
 
32
  be just a glibc/kernel incompatibility on the remote site
26
33
 
27
34
Suggestions from "Wilson Snyder" sicortex.com:
28
 
- make a debug variable that forces a job to be compiled on specific host to make
29
 
  debugging a farm easier (to be used with care :)
30
35
- Add ICECREAM_RUN_ICECCD to make the scheduler machine not run iceccd
31
36
- Have schedulers redudant - e.g. as in nmbd
32
37