Created on 01-29-2020 09:28 AM - last edited on 01-29-2020 11:39 AM by ask_bill_brooks
Hi All,
I have used three process groups in nifi (pg1,pg2,pg3). There is an output port called as pg1_Out coming out from pg1. This port is connected to pg2_in and pg3_in input ports.
pg1_out------>pg2_in
|
|
|
pg3_in
Problem : when i trigger these process groups then flowfiles are passing to only pg3_in but not to pg2_in. Ideally , the flow files should get passed to both input port.
I do not understand why am i seeing such behaviour in nifi.
Does anyone has faced such problem before? Please respose to me your thoughts on this. I would be really appreciated to your help.
Created 01-30-2020 05:45 AM
Thanks for reaching out to me.
It was my mistake , I was redirecting/connecting the wrong out port to pg2_in. It's resolved now
Created on 01-29-2020 10:44 AM - edited 01-29-2020 10:50 AM
I have never seen this. Anytime a relationship is defined in more than one connection, the originating FlowFile will be routed to one connection and clone routed to the other(s).
Perhaps you can share a some screenshots of your dataflow showing the behavior you are seeing?
Screenshot of flow feeding the output port inside PG1.
Screenshot of tope level interconnected Process group PG1, PG2, and PG3.
Is the input port inside PG2 connected to anything?
What version of NiFi are you using?
Thank you,
Matt
Created 01-30-2020 05:45 AM
Thanks for reaching out to me.
It was my mistake , I was redirecting/connecting the wrong out port to pg2_in. It's resolved now