[Swift-user] Question about connection times
Scherer, Justin C.
jscherer at anl.gov
Wed Apr 1 21:22:16 CDT 2015
Depends on which version you are using, between 0.94 or the main trunk, but the property name remains the same. I think what you are looking for is the following:
jobWalltime
Description:
The maximum number amount of time allocated in a scheduler job, in hh:mm:ss format.
Here is the page in the documentation where this is listed.
http://swift-lang.org/guides/trunk/userguide/userguide.pdf#page=35
Hope this helps!
Justin Scherer
Software Engineer
630-252-5598
________________________________
From: swift-user-bounces at ci.uchicago.edu [swift-user-bounces at ci.uchicago.edu] on behalf of Andrew Stocker [amstocker at dons.usfca.edu]
Sent: Wednesday, April 01, 2015 6:49 PM
To: Swift User
Subject: [Swift-user] Question about connection times
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/20150402/5f5cbb76/attachment.html>
More information about the Swift-user
mailing list