Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Force Processor to PULL flowfiles from Queues/Replationship

avatar
New Member

Hi,

I have the following data flow and the WW processor is not pulling data from the queue , how can i force the WW processor to pull flowfiles from the queue between it and its predecessor processor (XX processor).

77674-optimized-nifi8.jpg

optimized-nifi8.jpg

Thanks,,,,

1 ACCEPTED SOLUTION

avatar
Master Guru

The queue before the WW processor shows 0 flow files queued so there is nothing to pull.

Also, since the queue between XX and ZZ is showing that it is full, this means back-pressure is engaged and the XX processor will no longer execute until space is available in that queue, which then has the side-effect that XX also can't put more flow files into the queue before WW.

View solution in original post

2 REPLIES 2

avatar
Master Guru

The queue before the WW processor shows 0 flow files queued so there is nothing to pull.

Also, since the queue between XX and ZZ is showing that it is full, this means back-pressure is engaged and the XX processor will no longer execute until space is available in that queue, which then has the side-effect that XX also can't put more flow files into the queue before WW.

avatar
New Member

@Bryan Bende

Thanks for you support. yes it is duo to the back-pressure