Hi everybody,

I found that mentioned pipelines catch all exceptions in their process() method
and wrap them into ProcessingException. It done this way for all exceptions,
inluding ProcessingException!

I think that this is quite excessive and expensive too: in my setup every
ResourceNotFound exception ends up with around 10K in the log file.

Can somebody apply this simple patch? It just re-trows ProcessingException as-is,
without creating new exception instance.

Thanks,

Vadim

pipeline.diff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to