<?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: Apache NiFi ListenSyslog drop incoming data when InvokeHTTP  tries to resend  failure data in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351497#M236288</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100104"&gt;@Curry5103&lt;/a&gt;,&amp;nbsp;Has any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2022 05:36:48 GMT</pubDate>
    <dc:creator>VidyaSargur</dc:creator>
    <dc:date>2022-09-05T05:36:48Z</dc:date>
    <item>
      <title>Apache NiFi ListenSyslog drop incoming data when InvokeHTTP  tries to resend  failure data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351058#M236134</link>
      <description>&lt;P&gt;Hello Community,&lt;BR /&gt;I have a configuration where ListenSysylog is listenig and provides the received data to InvokeHTTP. Also I use a funnel to redirect Http failures to the InvokeHttp once again. The problem occurs when InvokeHttp tries to resend data and it consumes so many threads that ListenSyslog starts droping incoming data. I do not want to lost any incoming data and in the same time I want to be sure that data will be send. Do you have a similar problem? Is there any way to limit proccessors?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 09:43:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351058#M236134</guid>
      <dc:creator>Curry5103</dc:creator>
      <dc:date>2022-08-29T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi ListenSyslog drop incoming data when InvokeHTTP  tries to resend  failure data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351068#M236140</link>
      <description>&lt;P&gt;This line "&lt;SPAN&gt;The problem occurs when InvokeHttp tries to resend data and it consumes so many threads that ListenSyslog starts dropping incoming data"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My understanding is that InvokeHttp will try run with max number of threads based upon what is configured concurrent task settings, beyond that it will not use any more threads at the same&amp;nbsp;ListenSyslog is also running with it own&amp;nbsp;concurrent task setting and max threads it can use and which can be further tune to hold more request based on settings&amp;nbsp;Max Size of Message Queue and&amp;nbsp;Max Size of Socket Buffer and&amp;nbsp;Max Number of TCP Connections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To hold your initial anaylsys between InvokeHTTP and ListenSyslog you can provide more details around your flow design when the issue occurs like screen shots of flow, configs setting for ListenSyslg and InvokeHTTP would help more to understand.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 12:04:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351068#M236140</guid>
      <dc:creator>ckumar</dc:creator>
      <dc:date>2022-08-29T12:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi ListenSyslog drop incoming data when InvokeHTTP  tries to resend  failure data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351107#M236157</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100104"&gt;@Curry5103&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ListenSyslog can receive a very large amount of data and it may be hard to match the throughput of that with an InvokeHTTP processor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To avoid dropping syslog messages, especially if using UDP protocol, you will probably need to provide enough buffer for those messages to decouple the receipt of the messages from the InvokeHTTP execution. You can do that in NiFi by increase the maximum queue size limits, or maybe use something like Kafka, where you can temporarily store the syslog messages and another flow can read from Kafka and call InvokeHTTP for each of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 23:43:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351107#M236157</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-08-29T23:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi ListenSyslog drop incoming data when InvokeHTTP  tries to resend  failure data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351497#M236288</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100104"&gt;@Curry5103&lt;/a&gt;,&amp;nbsp;Has any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 05:36:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/351497#M236288</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2022-09-05T05:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi ListenSyslog drop incoming data when InvokeHTTP  tries to resend  failure data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/355744#M237133</link>
      <description>&lt;P&gt;The issue was not related to the size of the queue, but instead to the fact that when to destination that we are sending those logs to had connectivity issues (which was causing quite a lot of timeout errors), NiFi was using a lot of a significant number of threads to retry sending the logs to the InvokeHTTP destination. This high usage of threads was causing ListenSyslog to not function properly - it was dropping the logs that it was supposed to receive.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 09:09:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-ListenSyslog-drop-incoming-data-when-InvokeHTTP/m-p/355744#M237133</guid>
      <dc:creator>AlexLasecki</dc:creator>
      <dc:date>2022-10-21T09:09:43Z</dc:date>
    </item>
  </channel>
</rss>

