You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Mark Southern <so...@scripps.edu> on 2010/06/29 16:29:47 UTC

RE: [commons pipeline] setFaultTolerance has no effect when using subclasses of ExtendedBaseStage

It looks like AbstractStageDriver.setFaultTolerance has no effect if the superclass of a Stage is ExtendedBaseStage. Exceptions from the ExtendedBaseStage.innerProcess() method are logged (ExtendedBaseStage:204) but never re-thrown, so the StageDriver never gets to capture them.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org