<?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: NIFI not responding. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223113#M69822</link>
    <description>&lt;P&gt;Thanks, but i see that polling is mostly for input files,and that doesn't seem to be an issue, Most times there is nothing in the input directory. but still unresponsive.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2017 04:17:08 GMT</pubDate>
    <dc:creator>jonathan_bell</dc:creator>
    <dc:date>2017-10-24T04:17:08Z</dc:date>
    <item>
      <title>NIFI not responding.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223109#M69818</link>
      <description>&lt;P&gt;nifi flow is unresponsive. &lt;/P&gt;&lt;P&gt;did nifi.sh status.&lt;/P&gt;&lt;P&gt;2017-10-17 12:09:15,040 INFO [main] org.apache.nifi.bootstrap.Command Apache NiFi is running at PID 24007 but is not responding to ping requests&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:24:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223109#M69818</guid>
      <dc:creator>jonathan_bell</dc:creator>
      <dc:date>2022-09-16T12:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI not responding.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223110#M69819</link>
      <description>&lt;P&gt;Hi @Jonathan Bell,&lt;/P&gt;&lt;P&gt;can you please have a look at /var/log/nifi/nifi-app.log file (tail from the bottom),&lt;/P&gt;&lt;P&gt;I presume, that would be because of the insufficient heap, default heap size is about 512MB. That can be adjusted to something bigger value(4G or 8G), depends up on the host Memory availability.&lt;/P&gt;&lt;P&gt;More on configuring the heap for HDF can be found &lt;A href="https://community.hortonworks.com/articles/7882/hdfnifi-best-practices-for-setting-up-a-high-perfo.html"&gt;here&lt;/A&gt;, under the section bootstrap configuration.&lt;/P&gt;&lt;P&gt;hope this helps !! &lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 05:42:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223110#M69819</guid>
      <dc:creator>bkosaraju</dc:creator>
      <dc:date>2017-10-18T05:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI not responding.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223111#M69820</link>
      <description>&lt;P&gt;Thanks, but we had the heap set to 64g. I tried downsizing to 32g.  Memory on machine is 80g I will see how that works.Usually putting through about 50000 files every 1/2 hour.&lt;/P&gt;&lt;P&gt;# JVM memory settings
java.arg.2=-Xms32g&lt;/P&gt;&lt;P style="margin-left: 140px;"&gt;
java.arg.3=-Xmx32g&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:51:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223111#M69820</guid>
      <dc:creator>jonathan_bell</dc:creator>
      <dc:date>2017-10-18T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI not responding.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223112#M69821</link>
      <description>&lt;P&gt;Try increasing the polling intervals on some of the processors. This can help the CPU + UI.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 22:49:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223112#M69821</guid>
      <dc:creator>jpetro416</dc:creator>
      <dc:date>2017-10-20T22:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI not responding.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223113#M69822</link>
      <description>&lt;P&gt;Thanks, but i see that polling is mostly for input files,and that doesn't seem to be an issue, Most times there is nothing in the input directory. but still unresponsive.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 04:17:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223113#M69822</guid>
      <dc:creator>jonathan_bell</dc:creator>
      <dc:date>2017-10-24T04:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI not responding.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223114#M69823</link>
      <description>&lt;P&gt;We have resolved the issue. As usual in hindsight it seems obvious. One of the processes, a transformxml, had the thread count set at 20. This seemed fine as most files going through were about 3m each. Our Java heap was set at 64g. However new files were introduced, that were in the 3g range. Simple math, 3 x 20=60g. used up for that 1 process. Since there was usually about 200k files flowing through at any one time, memory quickly got exhausted. We put a route attribute, to route these large files to a process that only has a couple of threads, while the smaller files could still filter through the process with 20 threads. Thanks for all the help suggestions. &lt;A rel="user" href="https://community.cloudera.com/users/11952/hansfeldmann.html" nodeid="11952"&gt;@Hans Feldmann&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 05:13:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-not-responding/m-p/223114#M69823</guid>
      <dc:creator>jonathan_bell</dc:creator>
      <dc:date>2017-10-26T05:13:16Z</dc:date>
    </item>
  </channel>
</rss>

