Paul, If I am understanding correctly, you have several processors leading up to a PutFile which is scheduled on Primary Node Only?
In a NiFi cluster, the same flow runs on every node, so every node in your cluster has a PutFile processor, but it is only be scheduled to run on the primary node. Typically you use "primary node only" to control the execution of a source processor so that a pull or fetch only happens from a single node. -Bryan On Tue, Mar 8, 2016 at 2:50 PM, Paul Hadrosek <[email protected]> wrote: > I have a PutFile processor in a cluster that is configured as a primary > node. I have a external system looking at that directory and sending a > response back to a receive directory. When I run my file through it is > queued right before the PutFile processor. My question is Why is the > flowfile queued? > > Thanks > > -- > > *Paul Hadrosek Principal Solutions Architect* > *i**Novex Information Systems* > > > http://www.inovexcorp.com > *[email protected] > <http://webmail.verizon.com/webmail/%22http://mailto:[email protected]%22>* > > > ------------------------------------------------------------------------ > > > The information contained in this message may be privileged, confidential, > and protected from disclosure. If the reader of this message is not the > intended recipient, or any employee or agent responsible for delivering > this message to the intended recipient, you are hereby notified that any > dissemination, distribution, or copying of this communication is strictly > prohibited. If you have received this communication in error, please notify > us immediately by replying to the message and deleting it from your > computer. > >
