Cluster mode is mostly working.
authorSimeon Veldstra <sim@puddle.ca>
Tue, 23 May 2006 06:43:37 +0000 (23:43 -0700)
committersim <sim@pike.(none)>
Tue, 23 May 2006 06:43:37 +0000 (23:43 -0700)
commit4c70c5b79a9239d4bd1700cee2f3e5b2872bbd37
tree748841431256b9b6315d66156473c7d08b8685a4
parent76c7a8594a7bd309f16e204db3a98665c6729a62
Cluster mode is mostly working.

Two external hosts; turbot and pike, controled by ibeam, syncronize the
processing of files in the correct sequence around a failure.

-- output: --
Connecting to cluster nodes:
  pike.internal  turbot.internal

Host pike.internal at Mon May 22 23:29:06 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/01 - 21st Century Schizoid Man
(including Mirrors).flac

Host turbot.internal at Mon May 22 23:29:07 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/07-Daft_Punk-Around_the_World.mp3

Host turbot.internal at Mon May 22 23:30:00 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Cat_Stevens-Greatest_Hits-02-Oh_very_young.ogg

Task failed on host: turbot.internal
  /home/sim/temp/2go/cluster/tst2/Cat_Stevens-Greatest_Hits-02-Oh_very_young.ogg

Host turbot.internal at Mon May 22 23:30:04 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Creep.mp3

Host pike.internal at Mon May 22 23:30:09 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Cat_Stevens-Greatest_Hits-02-Oh_very_young.ogg

Host pike.internal at Mon May 22 23:30:33 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Nina_Simone-The_Blues-02-Day_And_Night.ogg

Host turbot.internal at Mon May 22 23:30:35 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/testflac.flac

Host turbot.internal finished.

Host pike.internal finished.

All workers exited

-- end --

When I threw ibeam in as a worker I got a traceback.
mp3togo/cluster.py
mp3togo/conf.py
mp3togo/filelist.py
mp3togo/main.py
mp3togo/task.py