[Swift-devel] Re: Fwd: Re: Is it easy to get average wait time for all jobs in a workflow?
Ben Clifford
benc at hawaga.org.uk
Tue Aug 26 15:29:45 CDT 2008
[added swift-devel]
On Mon, 18 Aug 2008, lixi at uchicago.edu wrote:
> >then the first execute2 task id for this job is 0-1-1-...,
> >the second replication job id will be 0-1-2-..., these two
> >tasks have the same replicaiton group. But if this job
> >failed, then the second task id for this failed job will be
> >also 0-1-1-..., but it will have a different replication
> >group. So it makes hard to make all these stuff clearly
> >distinguished by writing a script.
[...]
> it possible to add some information into log file?
Swift r2199 adds a log line that looks like this:
2008-08-26 21:17:28,359+0100 INFO Execute jobid=echo-kqc79jyi
task=Task(type=JOB_SUBMISSION, identity=urn:0-1-1219781848210)
This binds together execute2 IDs and karajan execution IDs, which is a
binding that has been missing from the logs in the past.
That should allow binding of replication group IDs to several karajan
level task IDs.
--
More information about the Swift-devel
mailing list