You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2020/03/25 16:33:00 UTC

[jira] [Created] (NIFI-7281) ListenTCPRecord + CsvReader produces exception

Bryan Bende created NIFI-7281:
---------------------------------

             Summary: ListenTCPRecord + CsvReader produces exception
                 Key: NIFI-7281
                 URL: https://issues.apache.org/jira/browse/NIFI-7281
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.11.4
            Reporter: Bryan Bende
            Assignee: Bryan Bende
             Fix For: 1.12.0


After adding schema inference, the CsvReader now uses mark/reset. ListenTCPRecord has two classes, StandardSocketChannelRecordReader and SSLSocketChannelRecordReader. The SSL variant wraps the socket InputStream in a BufferedInputStream which allows it to support mark/reset, but the standard one doesn't so it throws an exception about mark/reset not being supported.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)