[Swift-devel] failure reporting
Mihael Hategan
hategan at mcs.anl.gov
Thu May 29 19:51:35 CDT 2008
On Fri, 2008-05-30 at 00:46 +0000, Ben Clifford wrote:
> On Thu, 29 May 2008, Mihael Hategan wrote:
>
> > It's there, so unless that last catch block doesn't execute
>
> I think that is exactly what is happening.
>
> If I do this (which is presumably the wrong thing for replication, but
> otherwise I think ok):
>
> - catch("^(?!Abort)$"
Now that you mention it, I might only have tested that regexp in perl.
Back to the drawing board.
> + catch(".*"
> vdl:setprogress("Failed
> but can retry")
> log(LOG:DEBUG,
> "APPLICATION_EXCEPTION jobid={jobid} - Application exception: ",
> exception)
>
> then I get the logging back.
>
More information about the Swift-devel
mailing list