cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Effect of Pipeline failure

krupalibshah
Contributor

When a pipeline fails, there are some snaps whose execution stops, want to understand how does it actually happen?

Example, I have the below pipeline,

213a51a0d0c38a20cefbbc7b6f5045baeb5bd434.jpg

when one of the pipeline in this fails I see the below statistics,

e620358e3d04fe440bc34e9d738d0fc4273af7b6.png

I do not understand why the other independent pipelineโ€™s execution should be affected?

7 REPLIES 7

Ok, thanks you for the explanation. I have enabled the error view on the pipeline execute snap and I could achieve what I intended to.

ajit_bodkhe
New Contributor

Hi Team,

I am also facing the similar issue. I am using Pipeline Execute to invoke the child pipeline execution.

Child pipeline has Error pipeline defined. My observation is when there is an error in child pipeline it invokes the error pipeline and stops the execution of Parent pipeline.

E.g. Pipeline execute is supposed to call child pipeline to process 19 JSON files. If there is an error in 17th JSON file, execution of Parent pipeline also stops and it wonโ€™t process 18th and 19th file.

image

Can you please suggest?

Regards,
Ajit Bodkhe.

You could try the following:

Add the Error View to the pipexec snap so that any error that comes from the child pipeline, it will log the error and continue. This way the parent pipeline will not terminate.