<?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: URGENT query regarding ReplaceText error and processing in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198542#M59432</link>
    <description>&lt;P&gt;Thank you for the response, it helped. Though one thing I dont get is why ReplaceText waits forever as soon as an error occurs and it penalizes a flow file. Any clues or if anyone has seen this behavior ? &lt;/P&gt;&lt;P&gt;Please advice. Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2017 20:45:05 GMT</pubDate>
    <dc:creator>sahaavish</dc:creator>
    <dc:date>2017-04-24T20:45:05Z</dc:date>
    <item>
      <title>URGENT query regarding ReplaceText error and processing</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198540#M59430</link>
      <description>&lt;P&gt;I am using ReplaceText to replace JSON and avoid unnecessary escaping of JSON arrays. &lt;/P&gt;&lt;P&gt;However, it looks like there is some inherent problem in either the way I am using ReplaceText or with ReplaceText itself. I always end up having below error while processing of JSON data which I first Split into single items, usually at the end of the processing when fewer flow files are left in the queue and are always penalized for some reason. Please find below the error screenshot - &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="14612-replacetext-error-screen-shot.png" style="width: 1839px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17764iC416D7367444BECD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="14612-replacetext-error-screen-shot.png" alt="14612-replacetext-error-screen-shot.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 06:08:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198540#M59430</guid>
      <dc:creator>sahaavish</dc:creator>
      <dc:date>2019-08-18T06:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT query regarding ReplaceText error and processing</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198541#M59431</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14898/sahaavish.html" nodeid="14898" target="_blank"&gt;@Avish Saha&lt;/A&gt;&lt;P&gt;If you right click on the incoming connection a pop-up menu will appear:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="14660-screen-shot-2017-04-17-at-100830-am.png" style="width: 404px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17763i0FE9DDD30EECA72A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="14660-screen-shot-2017-04-17-at-100830-am.png" alt="14660-screen-shot-2017-04-17-at-100830-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Select List queue, then you can look at the data the ReplaceText is trying to process.  It looks like the end of the file being split may have incomplete lines?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 06:08:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198541#M59431</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2019-08-18T06:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT query regarding ReplaceText error and processing</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198542#M59432</link>
      <description>&lt;P&gt;Thank you for the response, it helped. Though one thing I dont get is why ReplaceText waits forever as soon as an error occurs and it penalizes a flow file. Any clues or if anyone has seen this behavior ? &lt;/P&gt;&lt;P&gt;Please advice. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 20:45:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198542#M59432</guid>
      <dc:creator>sahaavish</dc:creator>
      <dc:date>2017-04-24T20:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT query regarding ReplaceText error and processing</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198543#M59433</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14898/sahaavish.html" nodeid="14898"&gt;@Avish Saha&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Some processors work in NiFi FlowFiles in batches.  In your case one of the FlowFiles is failing to match on the regex which is causing a session roll back of the entire session.  Also seeing as how the processor reports 8,000,000+ tasks in the last 5 minutes, it does not look like it is penalizing that one bad FlowFile.  While all FlowFiles routed to a "failure" relationship are penalized, this is not true for all processors when a session rollback occurs. &lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 21:15:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-query-regarding-ReplaceText-error-and-processing/m-p/198543#M59433</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-04-24T21:15:59Z</dc:date>
    </item>
  </channel>
</rss>

