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

Mark Payne updated NIFI-4702:
-----------------------------
    Fix Version/s: 1.5.0
           Status: Patch Available  (was: Open)

> Grok Record Reader applies regex to each line twice in some situations
> ----------------------------------------------------------------------
>
>                 Key: NIFI-4702
>                 URL: https://issues.apache.org/jira/browse/NIFI-4702
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>             Fix For: 1.5.0
>
>
> When using the Grok Record Reader, it reads the next line from the stream to 
> check if it needs to be appended to the record, is the start of a stack 
> trace, etc. When this is done, if the next line matches the configured 
> pattern, it is stored as 'nextLine' but we don't store the Map that is 
> obtained from calling captures(). This means that the next iteration of 
> nextRecord() must re-evaluate the regexes against 'nextLine'. We should 
> instead just keep the Map as a member variable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to