<?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: Variable registry update is behaving stuck at 'Stopping affected Processors' though all effected processors are in STOPPED state in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406915#M252585</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/37332"&gt;@hegdemahendra&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My initial guess would be a long running or hung thread on processor preventing it from transitioning from "stopping" to "stopped" state required.&amp;nbsp; Including your full Apache NiFi version is aways helpful when posting a question.&amp;nbsp; Allows someone helping to check easier if there happens to be any known bugs in that release that may be related to the issue.&lt;BR /&gt;&lt;BR /&gt;Analyzing NiFi thread dumps might help narrowing down what is specifically being waited on.&lt;BR /&gt;&lt;BR /&gt;NOTE: The Apache NiFi 1.x version are going end of life and Apache NIFi 2.x no longer supports variable registry.&amp;nbsp; NiFi Parameters also available in the newer Apache NiFi 1.x versions are the replacement.&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>Thu, 24 Apr 2025 20:13:42 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2025-04-24T20:13:42Z</dc:date>
    <item>
      <title>Variable registry update is behaving stuck at 'Stopping affected Processors' though all effected processors are in STOPPED state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406907#M252584</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I am using below end point to send update variable registry request -&lt;/P&gt;&lt;P&gt;"/process-groups/&amp;lt;id&amp;gt;/variable-registry/update-requests" and check the status using below url in loop "/process-groups/&amp;lt;id&amp;gt;/variable-registry/update-requests/&amp;lt;variableRegistryUpdateId&amp;gt;".&lt;BR /&gt;&lt;BR /&gt;It works well for some time and all of a sudden it starts behaving strange.&lt;/P&gt;&lt;P&gt;Status will not get change even after 200 times status api call with almost 2 mins wait total.&lt;BR /&gt;If we see the status api response , it shows like below - where it is stuck at 'Stopping affected Processors' stage , but if we look at effected processors, in one case there is not effected processors to stop and in another case all processors are already in stopped state but still it is not at progressing.&lt;BR /&gt;&lt;BR /&gt;Any idea what could be the reason?&lt;/P&gt;&lt;P&gt;Update status check response&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Case 1 :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"request": {&lt;BR /&gt;"requestId": "573b0dd9-6f14-4ca2-80d1-513d93451f22",&lt;BR /&gt;"uri": "&lt;A href="https://o9nifi-1:9091/nifi-api/process-groups/9e391108-646a-3c3c-a642-a4fbce1d9107/variable-registry/573b0dd9-6f14-4ca2-80d1-513d93451f22" target="_blank"&gt;https://o9nifi-1:9091/nifi-api/process-groups/9e391108-646a-3c3c-a642-a4fbce1d9107/variable-registry/573b0dd9-6f14-4ca2-80d1-513d93451f22&lt;/A&gt;",&lt;BR /&gt;"submissionTime": "04/24/2025 13:47:09.647 GMT",&lt;BR /&gt;"lastUpdated": "04/24/2025 13:47:09.647 GMT",&lt;BR /&gt;"complete": false,&lt;BR /&gt;"percentCompleted": 0,&lt;BR /&gt;"updateSteps": [&lt;BR /&gt;{&lt;BR /&gt;"description": "Identifying components affected",&lt;BR /&gt;"complete": true&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"description": "Stopping affected Processors",&lt;BR /&gt;"complete": false&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"description": "Disabling affected Controller Services",&lt;BR /&gt;"complete": false&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"description": "Applying Updates",&lt;BR /&gt;"complete": false&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"description": "Re-Enabling affected Controller Services",&lt;BR /&gt;"complete": false&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"description": "Restarting affected Processors",&lt;BR /&gt;"complete": false&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"processGroupId": "9e391108-646a-3c3c-a642-a4fbce1d9107",&lt;BR /&gt;"affectedComponents": []&lt;BR /&gt;}&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Case 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"request" : {&lt;BR /&gt;"requestId" : "b5ed4d79-13d2-4dfb-b556-8409e1ddfea6",&lt;BR /&gt;"uri" : "&lt;A href="https://o9nifi-1:9091/nifi-api/process-groups/9e391108-646a-3c3c-a642-a4fbce1d9107/variable-registry/b5ed4d79-13d2-4dfb-b556-8409e1ddfea6" target="_blank"&gt;https://o9nifi-1:9091/nifi-api/process-groups/9e391108-646a-3c3c-a642-a4fbce1d9107/variable-registry/b5ed4d79-13d2-4dfb-b556-8409e1ddfea6&lt;/A&gt;",&lt;BR /&gt;"submissionTime" : "04/24/2025 16:52:00.067 GMT",&lt;BR /&gt;"lastUpdated" : "04/24/2025 16:52:00.067 GMT",&lt;BR /&gt;"complete" : false,&lt;BR /&gt;"percentCompleted" : 0,&lt;BR /&gt;"updateSteps" : [ {&lt;BR /&gt;"description" : "Identifying components affected",&lt;BR /&gt;"complete" : true&lt;BR /&gt;}, {&lt;BR /&gt;"description" : "Stopping affected Processors",&lt;BR /&gt;"complete" : false&lt;BR /&gt;}, {&lt;BR /&gt;"description" : "Disabling affected Controller Services",&lt;BR /&gt;"complete" : false&lt;BR /&gt;}, {&lt;BR /&gt;"description" : "Applying Updates",&lt;BR /&gt;"complete" : false&lt;BR /&gt;}, {&lt;BR /&gt;"description" : "Re-Enabling affected Controller Services",&lt;BR /&gt;"complete" : false&lt;BR /&gt;}, {&lt;BR /&gt;"description" : "Restarting affected Processors",&lt;BR /&gt;"complete" : false&lt;BR /&gt;} ],&lt;BR /&gt;"processGroupId" : "9e391108-646a-3c3c-a642-a4fbce1d9107",&lt;BR /&gt;"affectedComponents" : [ {&lt;BR /&gt;"revision" : {&lt;BR /&gt;"clientId" : "685687f8-0196-1000-340d-d586d2c6d581",&lt;BR /&gt;"version" : 10&lt;BR /&gt;},&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-87b1-421a39a81200",&lt;BR /&gt;"permissions" : {&lt;BR /&gt;"canRead" : true,&lt;BR /&gt;"canWrite" : true&lt;BR /&gt;},&lt;BR /&gt;"bulletins" : [ ],&lt;BR /&gt;"component" : {&lt;BR /&gt;"processGroupId" : "8a5d122b-b08b-30aa-b794-a2884fd31d45",&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-87b1-421a39a81200",&lt;BR /&gt;"referenceType" : "PROCESSOR",&lt;BR /&gt;"name" : "O9QueueRouting",&lt;BR /&gt;"state" : "STOPPED",&lt;BR /&gt;"activeThreadCount" : 0&lt;BR /&gt;},&lt;BR /&gt;"processGroup" : {&lt;BR /&gt;"id" : "8a5d122b-b08b-30aa-b794-a2884fd31d45",&lt;BR /&gt;"name" : "test1"&lt;BR /&gt;},&lt;BR /&gt;"referenceType" : "PROCESSOR"&lt;BR /&gt;}, {&lt;BR /&gt;"revision" : {&lt;BR /&gt;"clientId" : "685687f8-0196-1000-340d-d586d2c6d581",&lt;BR /&gt;"version" : 5&lt;BR /&gt;},&lt;BR /&gt;"id" : "11479904-0add-3d9f-b489-1024c46275c3",&lt;BR /&gt;"permissions" : {&lt;BR /&gt;"canRead" : true,&lt;BR /&gt;"canWrite" : true&lt;BR /&gt;},&lt;BR /&gt;"bulletins" : [ ],&lt;BR /&gt;"component" : {&lt;BR /&gt;"processGroupId" : "7a9a49dc-b361-394b-93d2-6cfb83f6b85c",&lt;BR /&gt;"id" : "11479904-0add-3d9f-b489-1024c46275c3",&lt;BR /&gt;"referenceType" : "PROCESSOR",&lt;BR /&gt;"name" : "RouteOnAttribute",&lt;BR /&gt;"state" : "STOPPED",&lt;BR /&gt;"activeThreadCount" : 0&lt;BR /&gt;},&lt;BR /&gt;"processGroup" : {&lt;BR /&gt;"id" : "7a9a49dc-b361-394b-93d2-6cfb83f6b85c",&lt;BR /&gt;"name" : "CheckRequestStatus"&lt;BR /&gt;},&lt;BR /&gt;"referenceType" : "PROCESSOR"&lt;BR /&gt;}, {&lt;BR /&gt;"revision" : {&lt;BR /&gt;"version" : 0&lt;BR /&gt;},&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-a8d0-58edec551d2d",&lt;BR /&gt;"permissions" : {&lt;BR /&gt;"canRead" : true,&lt;BR /&gt;"canWrite" : true&lt;BR /&gt;},&lt;BR /&gt;"bulletins" : [ ],&lt;BR /&gt;"component" : {&lt;BR /&gt;"processGroupId" : "8a5d122b-b08b-30aa-a844-848d88e69396",&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-a8d0-58edec551d2d",&lt;BR /&gt;"referenceType" : "PROCESSOR",&lt;BR /&gt;"name" : "O9QueueRouting",&lt;BR /&gt;"state" : "STOPPED",&lt;BR /&gt;"activeThreadCount" : 0&lt;BR /&gt;},&lt;BR /&gt;"processGroup" : {&lt;BR /&gt;"id" : "8a5d122b-b08b-30aa-a844-848d88e69396",&lt;BR /&gt;"name" : "two1"&lt;BR /&gt;},&lt;BR /&gt;"referenceType" : "PROCESSOR"&lt;BR /&gt;}, {&lt;BR /&gt;"revision" : {&lt;BR /&gt;"version" : 0&lt;BR /&gt;},&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-893a-07179a37b42c",&lt;BR /&gt;"permissions" : {&lt;BR /&gt;"canRead" : true,&lt;BR /&gt;"canWrite" : true&lt;BR /&gt;},&lt;BR /&gt;"bulletins" : [ ],&lt;BR /&gt;"component" : {&lt;BR /&gt;"processGroupId" : "8a5d122b-b08b-30aa-a4a8-c6402262c60e",&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-893a-07179a37b42c",&lt;BR /&gt;"referenceType" : "PROCESSOR",&lt;BR /&gt;"name" : "O9QueueRouting",&lt;BR /&gt;"state" : "STOPPED",&lt;BR /&gt;"activeThreadCount" : 0&lt;BR /&gt;},&lt;BR /&gt;"processGroup" : {&lt;BR /&gt;"id" : "8a5d122b-b08b-30aa-a4a8-c6402262c60e",&lt;BR /&gt;"name" : "two22"&lt;BR /&gt;},&lt;BR /&gt;"referenceType" : "PROCESSOR"&lt;BR /&gt;}, {&lt;BR /&gt;"revision" : {&lt;BR /&gt;"version" : 0&lt;BR /&gt;},&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-acab-14e6adfe64da",&lt;BR /&gt;"permissions" : {&lt;BR /&gt;"canRead" : true,&lt;BR /&gt;"canWrite" : true&lt;BR /&gt;},&lt;BR /&gt;"bulletins" : [ ],&lt;BR /&gt;"component" : {&lt;BR /&gt;"processGroupId" : "8a5d122b-b08b-30aa-b227-72500a7c62cc",&lt;BR /&gt;"id" : "2b0e0d15-5e1c-341c-acab-14e6adfe64da",&lt;BR /&gt;"referenceType" : "PROCESSOR",&lt;BR /&gt;"name" : "O9QueueRouting",&lt;BR /&gt;"state" : "STOPPED",&lt;BR /&gt;"activeThreadCount" : 0&lt;BR /&gt;},&lt;BR /&gt;"processGroup" : {&lt;BR /&gt;"id" : "8a5d122b-b08b-30aa-b227-72500a7c62cc",&lt;BR /&gt;"name" : "two33"&lt;BR /&gt;},&lt;BR /&gt;"referenceType" : "PROCESSOR"&lt;BR /&gt;}, {&lt;BR /&gt;"revision" : {&lt;BR /&gt;"clientId" : "685687f8-0196-1000-340d-d586d2c6d581",&lt;BR /&gt;"version" : 5&lt;BR /&gt;},&lt;BR /&gt;"id" : "2c48b295-2093-3bd2-a45a-d50c6d95cb8b",&lt;BR /&gt;"permissions" : {&lt;BR /&gt;"canRead" : true,&lt;BR /&gt;"canWrite" : true&lt;BR /&gt;},&lt;BR /&gt;"bulletins" : [ ],&lt;BR /&gt;"component" : {&lt;BR /&gt;"processGroupId" : "7a9a49dc-b361-394b-93d2-6cfb83f6b85c",&lt;BR /&gt;"id" : "2c48b295-2093-3bd2-a45a-d50c6d95cb8b",&lt;BR /&gt;"referenceType" : "PROCESSOR",&lt;BR /&gt;"name" : "ReplaceText",&lt;BR /&gt;"state" : "STOPPED",&lt;BR /&gt;"activeThreadCount" : 0&lt;BR /&gt;},&lt;BR /&gt;"processGroup" : {&lt;BR /&gt;"id" : "7a9a49dc-b361-394b-93d2-6cfb83f6b85c",&lt;BR /&gt;"name" : "CheckRequestStatus"&lt;BR /&gt;},&lt;BR /&gt;"referenceType" : "PROCESSOR"&lt;BR /&gt;} ]&lt;BR /&gt;}&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahendra&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 17:12:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406907#M252584</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2025-04-24T17:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Variable registry update is behaving stuck at 'Stopping affected Processors' though all effected processors are in STOPPED state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406915#M252585</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/37332"&gt;@hegdemahendra&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My initial guess would be a long running or hung thread on processor preventing it from transitioning from "stopping" to "stopped" state required.&amp;nbsp; Including your full Apache NiFi version is aways helpful when posting a question.&amp;nbsp; Allows someone helping to check easier if there happens to be any known bugs in that release that may be related to the issue.&lt;BR /&gt;&lt;BR /&gt;Analyzing NiFi thread dumps might help narrowing down what is specifically being waited on.&lt;BR /&gt;&lt;BR /&gt;NOTE: The Apache NiFi 1.x version are going end of life and Apache NIFi 2.x no longer supports variable registry.&amp;nbsp; NiFi Parameters also available in the newer Apache NiFi 1.x versions are the replacement.&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>Thu, 24 Apr 2025 20:13:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406915#M252585</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-04-24T20:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Variable registry update is behaving stuck at 'Stopping affected Processors' though all effected processors are in STOPPED state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406931#M252588</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&amp;nbsp;thank you so much.&lt;BR /&gt;Apologies missed to mention version.&lt;BR /&gt;I am using Apache Nifi 1.25.0 and running nifi in k8 with 2 node or 1 node cluster.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Variable registry update will be trying to stop only effected processors right?&lt;BR /&gt;In one case there is no effected processors for the variable I am trying to use.&lt;/P&gt;&lt;P&gt;Also can you guide on collecting thread dump?&lt;/P&gt;&lt;P&gt;./nifi.sh dump &amp;lt;filename fo dump&amp;gt;&lt;/P&gt;&lt;P&gt;Is this the command I should be using?&lt;/P&gt;&lt;P&gt;Thank you again for you help.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 03:22:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406931#M252588</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2025-04-25T03:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Variable registry update is behaving stuck at 'Stopping affected Processors' though all effected processors are in STOPPED state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406955#M252597</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/37332"&gt;@hegdemahendra&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In Apache NiFi 1.x versions the nifi.sh dump capability still exists, so you can still use that.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./nifi.sh dump /tmp/&amp;lt;dump filename&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;NOTE: dump is no longer an option in Apache NiFi 2.x versions&lt;BR /&gt;&lt;BR /&gt;But since NiFi is a Java application you can also take a java thread dump:&lt;/P&gt;&lt;PRE&gt;jmap -dump:format=b,file=heap.hprof &amp;lt;nifi pid&amp;gt;&lt;/PRE&gt;&lt;P&gt;Keep in mind that NiFi will have two process running (bootstrap process and main process). Make sure you are using the main NiFi pid and not the pid for the bootstrap process.&lt;/P&gt;&lt;P&gt;Newer version of 1.x also include a diagnostics option.&amp;nbsp; &amp;nbsp;When in verbose, it will also output the thread dump in the diagnostics output.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./nifi.sh diagnostics --verbose /tmp/diag.txt&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&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>Fri, 25 Apr 2025 13:33:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/406955#M252597</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-04-25T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variable registry update is behaving stuck at 'Stopping affected Processors' though all effected processors are in STOPPED state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/407087#M252607</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I see below logs in dumps, apart from these I dont see anything like waiting etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Variable Registry Update Thread" Id=70591 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7f1aa08e&lt;BR /&gt;at java.base@11.0.22/jdk.internal.misc.Unsafe.park(Native Method)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.locks.LockSupport.park(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.lang.Thread.run(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------&lt;BR /&gt;"Timer-Driven Process Thread-102" Id=1030 BLOCKED on org.apache.nifi.controller.scheduling.LifecycleState@3ed4243f&lt;BR /&gt;at org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:147)&lt;BR /&gt;at org.apache.nifi.engine.FlowEngine$2.run(FlowEngine.java:110)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.FutureTask.runAndReset(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;BR /&gt;at java.base@11.0.22/java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Number of Locked Synchronizers: 1&lt;BR /&gt;- java.util.concurrent.ThreadPoolExecutor$Worker@2843111c&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;mahendra&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 07:19:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Variable-registry-update-is-behaving-stuck-at-Stopping/m-p/407087#M252607</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2025-04-28T07:19:56Z</dc:date>
    </item>
  </channel>
</rss>

