Created 01-15-2018 07:22 PM
HI All,
Thanks a lot to this awesome community.
I have a lot of process groups in my nifi ui and some of them are overwhelmed with the data, the success queue is filled up.
Is there a way to look what all success queue inside of process queue's are filled up from the main page?
Thanks
Dhieru
Created on 01-15-2018 09:34 PM - edited 08-18-2019 12:36 AM
NiFi offers a "Summary" UI which has a connections tab you can select.
Once selected you can sort on the "Queue / Size threshold" column by clicking on the "Queue" word".
This will move your connections with the largest threshold percentage to the top of the list.
100% for Queue threshold indicates object threshold back pressure is being applied on that connection.
100% for Size threshold indicates that Queue Size back pressure is being applied on that connection.
Clicking on the error to the far right of the row will take you directly to hat connection on your canvas no matter which process group it exists within.
Thank you,
Matt
If you found this answer to be helpful in addressing your question, please take a moment to click the accept link below.
Created on 01-15-2018 09:34 PM - edited 08-18-2019 12:36 AM
NiFi offers a "Summary" UI which has a connections tab you can select.
Once selected you can sort on the "Queue / Size threshold" column by clicking on the "Queue" word".
This will move your connections with the largest threshold percentage to the top of the list.
100% for Queue threshold indicates object threshold back pressure is being applied on that connection.
100% for Size threshold indicates that Queue Size back pressure is being applied on that connection.
Clicking on the error to the far right of the row will take you directly to hat connection on your canvas no matter which process group it exists within.
Thank you,
Matt
If you found this answer to be helpful in addressing your question, please take a moment to click the accept link below.
Created 01-15-2018 09:40 PM
@Matt Clarke Thanks a lot appreciate your help