I have several Fusion pipelines that all do the same basic tasks: insert data into a table in Bigquery, loading it into S3 and then truncating the Bigquery table. Everything looks ok until I get 'pipeline xxx succeed' log but then it goes into a really long loop of:
Failed to fetch monitoring messages for program program_run:default.xxx.-SNAPSHOT.workflow.DataPipelineWorkflow.yyy
and at the end just getting stuck on following error:
Failed to monitor the remote process and exhausted retries. Terminating the program program_run
I tried to abort the entire run using the stop button, stopping the DataPipelineWorkflow
but noting seems to change.
How can I stop such a run or even avoid the Failed to fetch monitoring messages
phase?