<?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: Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/392024#M247921</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114561"&gt;@AlokKumar&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/29989"&gt;@vaishaakb&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 06:23:08 GMT</pubDate>
    <dc:creator>VidyaSargur</dc:creator>
    <dc:date>2024-08-20T06:23:08Z</dc:date>
    <item>
      <title>Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/391966#M247883</link>
      <description>&lt;DIV class="votecell post-layout--left"&gt;&lt;DIV class="js-voting-container d-flex jc-center fd-column ai-center gs4 fc-black-300"&gt;&lt;DIV class="js-vote-count flex--item d-flex fd-column ai-center fc-theme-body-font fw-bold fs-subheading py4"&gt;&lt;SPAN&gt;I have a requirement to read say name of users from a file(all in new lines) and insert to Database(oracle). I am using GetFile-&amp;gt;SplitText-&amp;gt;ExtractText-&amp;gt;PutSql in NiFi. All works fine for less records(around 10 records). But when I try it for 50 or 100 plus records, the connection between ExtractText and PutSql, I am getting "A flowfile is currently penalized and data can not be processed at this time". Also all flowfiles remain in queue.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="s-prose js-post-body"&gt;&lt;P&gt;Note in PutSQL I am using simple sql (insert into users_table(user_name) values ('user123'); It works properly for 10, 20 records but when I provide 100+ records then it gets stuck.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Aug 2024 11:37:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/391966#M247883</guid>
      <dc:creator>AlokKumar</dc:creator>
      <dc:date>2024-08-19T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/392024#M247921</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114561"&gt;@AlokKumar&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/29989"&gt;@vaishaakb&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 06:23:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/392024#M247921</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2024-08-20T06:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/392313#M248072</link>
      <description>&lt;P&gt;Hello I had asked this question. Now I think I have got a solution. In PutSql Processor, there is a property "Support Fragmented Transactions". If I set its value to be false, then it is proceeding and not penalising the flow files.(If we read more into it, it says something about fragment.identifier and count due to which it waits for all flow files.)&lt;/P&gt;&lt;P&gt;Note: It also mentions it is for respecting Atomicity.&lt;BR /&gt;Anyone can suggest if having this property as false is proper or not. As right now if I am updating it to false then it is not penalising.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:41:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/392313#M248072</guid>
      <dc:creator>AlokKumar</dc:creator>
      <dc:date>2024-08-22T07:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/392314#M248073</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/32119"&gt;@VidyaSargur&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Also I have replied which seems to be solution (property &lt;STRONG&gt;Support Framgmented Transactions&lt;/STRONG&gt; as &lt;STRONG&gt;false&lt;/STRONG&gt; in PutSql Processor) which seems to be helping.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:42:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flowfile-is-currently-penalized-in-Apache-NiFI-between/m-p/392314#M248073</guid>
      <dc:creator>AlokKumar</dc:creator>
      <dc:date>2024-08-22T07:42:56Z</dc:date>
    </item>
  </channel>
</rss>

