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

2020-03-25 Thread Joe Witt (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-7281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Witt updated NIFI-7281:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> 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
>Priority: Major
> Fix For: 1.12.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)


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

2020-03-25 Thread Bryan Bende (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-7281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Bende updated NIFI-7281:
--
Status: Patch Available  (was: Open)

> 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
>Priority: Major
> Fix For: 1.12.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)