[Swift-devel] Clustering and Temp Dirs with Swift
Ian Foster
itf at mcs.anl.gov
Mon Oct 29 07:35:42 CDT 2007
If they are not globally unique, don't we have problems when we combine logs from multiple sources?
Sent via BlackBerry from T-Mobile
-----Original Message-----
From: Ben Clifford <benc at hawaga.org.uk>
Date: Mon, 29 Oct 2007 08:47:04
To:Michael Wilde <wilde at mcs.anl.gov>
Cc:swiftdevel <swift-devel at ci.uchicago.edu>
Subject: Re: [Swift-devel] Clustering and Temp Dirs with Swift
On Sun, 28 Oct 2007, Michael Wilde wrote:
> Workflow IDs dont need to be unique outside of a user or group.
The way I've been thinking things would work with log file names (which to
an extent overlaps with workflow IDs) is this:
* Swift generates a log file name by default that is very unique
(i.e. its present format is workflow name + timestamp + random)
* The log file name can be overridden with the -log command line option
(which was broken but I fixed it in r1357)
* To get domain-specific log file naming with your own
uniqueness rules (eg. a sequence number), use -log
to specify that.
I think the present log naming is a good way to name things in the absence
of any domain-specific naming strategy; and I think -log is a good way for
a domain specific naming strategy to be plugged in.
--
_______________________________________________
Swift-devel mailing list
Swift-devel at ci.uchicago.edu
http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
More information about the Swift-devel
mailing list