<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Unable to Clear Queue in NiFi 2.4.0 Cluster – Processor Modification Error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-Clear-Queue-in-NiFi-2-4-0-Cluster-Processor/m-p/410750#M252912</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/126452"&gt;@melek6199&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What you have is an authorization issue.&lt;BR /&gt;&lt;BR /&gt;When you access you multi-node NiFi&amp;nbsp; cluster, you are authorized only into the node in which you authenticated.&amp;nbsp; &amp;nbsp;When you make a request like List Queue or Empty Queue, you are making a request from one node to all the other nodes to list or empty the connection queue.&amp;nbsp; &amp;nbsp;This means that the nodes themselves need to be authorized to request other nodes to share back their queue list or empty their target node queues.&lt;BR /&gt;&lt;BR /&gt;All 4 of your NiFi nodes should already have been authorized for "proxy user requests", but in order to list or empty queues, your node will need these additional authorizations:&lt;BR /&gt;&lt;BR /&gt;"view the data"&amp;nbsp; - authorizes a node(s) to list the data from other nodes (user must also be authorized)&lt;BR /&gt;"modify the data" - authorizes a node(s) to empty a connection queue on other nodes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_2-1750694598824.png" style="width: 264px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46123i601821AFF9924BD3/image-dimensions/264x159?v=v2" width="264" height="159" role="button" title="MattWho_2-1750694598824.png" alt="MattWho_2-1750694598824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_1-1750694581487.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46122i0601B258BB873169/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MattWho_1-1750694581487.png" alt="MattWho_1-1750694581487.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see from the nfi-user.log output you shared the identity and policy missing to perform this action on the specific connection UUID:&lt;BR /&gt;&lt;BR /&gt;Node&lt;EM&gt;&lt;STRONG&gt; x.x.x.x&lt;/STRONG&gt;&lt;/EM&gt;:8443 is unable to fulfill this request due to: Unable to &lt;EM&gt;&lt;STRONG&gt;modify the data&lt;/STRONG&gt;&lt;/EM&gt; for Processor with ID &lt;EM&gt;&lt;STRONG&gt;d3a802c6-0196-1000-ffff-ffff90fdc7b8&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;You would have seen this same exception for all but one node when you made the request to empty the queue.&lt;BR /&gt;&lt;BR /&gt;Authorizations are inherited form parent Process groups unless explicitly set on the individual component directly.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So you don't need to authorize your nodes for "view the data" and "modify the data" on the connection "&lt;EM&gt;&lt;STRONG&gt;d3a802c6-0196-1000-ffff-ffff90fdc7b8"&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;directly, but rather set these authorization instead on the parent process group.&amp;nbsp; Keep in mind that child process groups also inherit from parent process groups unless policy is explicitly set on that child process group..&amp;nbsp; Typically you would set these authorization policies on the root process group (top level).&amp;nbsp; You'll also notice when you are viewing policies on a component it will tell you if it is inheriting policies and if you choose to set explicit policies on that component it asks you if you want to copy the inherited policy before&amp;nbsp; modifying.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1750694482443.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46121i7BDD05D03F7DC8A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MattWho_0-1750694482443.png" alt="MattWho_0-1750694482443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 16:04:27 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2025-06-23T16:04:27Z</dc:date>
    <item>
      <title>Unable to Clear Queue in NiFi 2.4.0 Cluster – Processor Modification Error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-Clear-Queue-in-NiFi-2-4-0-Cluster-Processor/m-p/410669#M252885</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have set up a 4-node NiFi 2.4.0 cluster. When I attempt to clear the queue from the NiFi UI, I encounter the following error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Node x.x.x.x:8443 is unable to fulfill this request due to: Unable to modify the data for Processor with ID d3a802c6-0196-1000-ffff-ffff90fdc7b8. Contact the system administrator.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My user has admin privileges with both operate and modify permissions granted.&lt;/P&gt;&lt;P&gt;As a workaround, I disconnected each node from the cluster one by one, cleared the queues locally on each node, and then reconnected them back to the cluster. While this temporarily resolved the issue, it is not a practical or sustainable solution.&lt;/P&gt;&lt;P&gt;I am looking for a permanent fix to this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would appreciate your assistance on this matter.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 10:11:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-Clear-Queue-in-NiFi-2-4-0-Cluster-Processor/m-p/410669#M252885</guid>
      <dc:creator>melek6199</dc:creator>
      <dc:date>2025-06-19T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Clear Queue in NiFi 2.4.0 Cluster – Processor Modification Error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-Clear-Queue-in-NiFi-2-4-0-Cluster-Processor/m-p/410750#M252912</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/126452"&gt;@melek6199&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What you have is an authorization issue.&lt;BR /&gt;&lt;BR /&gt;When you access you multi-node NiFi&amp;nbsp; cluster, you are authorized only into the node in which you authenticated.&amp;nbsp; &amp;nbsp;When you make a request like List Queue or Empty Queue, you are making a request from one node to all the other nodes to list or empty the connection queue.&amp;nbsp; &amp;nbsp;This means that the nodes themselves need to be authorized to request other nodes to share back their queue list or empty their target node queues.&lt;BR /&gt;&lt;BR /&gt;All 4 of your NiFi nodes should already have been authorized for "proxy user requests", but in order to list or empty queues, your node will need these additional authorizations:&lt;BR /&gt;&lt;BR /&gt;"view the data"&amp;nbsp; - authorizes a node(s) to list the data from other nodes (user must also be authorized)&lt;BR /&gt;"modify the data" - authorizes a node(s) to empty a connection queue on other nodes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_2-1750694598824.png" style="width: 264px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46123i601821AFF9924BD3/image-dimensions/264x159?v=v2" width="264" height="159" role="button" title="MattWho_2-1750694598824.png" alt="MattWho_2-1750694598824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_1-1750694581487.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46122i0601B258BB873169/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MattWho_1-1750694581487.png" alt="MattWho_1-1750694581487.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see from the nfi-user.log output you shared the identity and policy missing to perform this action on the specific connection UUID:&lt;BR /&gt;&lt;BR /&gt;Node&lt;EM&gt;&lt;STRONG&gt; x.x.x.x&lt;/STRONG&gt;&lt;/EM&gt;:8443 is unable to fulfill this request due to: Unable to &lt;EM&gt;&lt;STRONG&gt;modify the data&lt;/STRONG&gt;&lt;/EM&gt; for Processor with ID &lt;EM&gt;&lt;STRONG&gt;d3a802c6-0196-1000-ffff-ffff90fdc7b8&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;You would have seen this same exception for all but one node when you made the request to empty the queue.&lt;BR /&gt;&lt;BR /&gt;Authorizations are inherited form parent Process groups unless explicitly set on the individual component directly.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So you don't need to authorize your nodes for "view the data" and "modify the data" on the connection "&lt;EM&gt;&lt;STRONG&gt;d3a802c6-0196-1000-ffff-ffff90fdc7b8"&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;directly, but rather set these authorization instead on the parent process group.&amp;nbsp; Keep in mind that child process groups also inherit from parent process groups unless policy is explicitly set on that child process group..&amp;nbsp; Typically you would set these authorization policies on the root process group (top level).&amp;nbsp; You'll also notice when you are viewing policies on a component it will tell you if it is inheriting policies and if you choose to set explicit policies on that component it asks you if you want to copy the inherited policy before&amp;nbsp; modifying.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1750694482443.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46121i7BDD05D03F7DC8A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MattWho_0-1750694482443.png" alt="MattWho_0-1750694482443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 16:04:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-Clear-Queue-in-NiFi-2-4-0-Cluster-Processor/m-p/410750#M252912</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-06-23T16:04:27Z</dc:date>
    </item>
  </channel>
</rss>

