[Swift-user] Question about connection times

Andrew Stocker amstocker at dons.usfca.edu
Wed Apr 1 18:49:32 CDT 2015


Hi All,

I'm working on a project to develop a small swift cluster at my school.
Our current test setup consists of 4 iMacs connected via a switch.  We're
running into a problem where if a job takes too long, one or more of the
machines will lose their connection to the cluster.

I'm wondering if there is some configuration which determines the maximum
time for a job?  I've looked through the documentation but it's a bit
overwhelming for me since I'm new to this.

Here are the contents of our configuration files;


sites.xml:

<config>
  <pool handle="persistent-coasters">
    <execution provider="coaster-persistent"
               url="http://169.254.100.102:50200"
               jobmanager="local:local"/>
    <profile namespace="globus" key="workerManager">passive</profile>
    <profile namespace="globus" key="jobsPerNode">3</profile>
    <profile key="jobThrottle" namespace="karajan">.11999</profile>
    <profile namespace="karajan" key="initialScore">10000</profile>
    <filesystem provider="local" url="none" />
    <workdirectory>/tmp/swift</workdirectory>
  </pool>
</config>


cf:

use.provider.staging=true
wrapperlog.always.transfer=false
execution.retries=10
provider.staging.pin.swiftfiles=false
sitedir.keep=false
use.wrapper.staging=false
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20150401/cc5995f5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cf
Type: application/octet-stream
Size: 162 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20150401/cc5995f5/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sites.xml
Type: text/xml
Size: 564 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20150401/cc5995f5/attachment.xml>


More information about the Swift-user mailing list