mirror of https://github.com/apache/nifi.git
48a6c81fa2
This change is based on https://github.com/apache/nifi/pull/2489 I have reproduced the issue with some additional test cases and test files then applied the original fix. commit message from the original change: Updated the EVTX FileHeader class to correctly check if there are more chunks in the file. Previously this would not process the last chunk. Updated the EVTX ChunkHeader class to correctly check if there are additional records in the chunk. Previously this would only process the first record of each chunk. It was using the fileLastRecordNumber where it should have been using the logLastRecordNumber value. Updated the EVTX unit tests to have the correct expected number of events and use the logLastRecordNumber. refactoring duplicated code and magic numbers Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #2489 This closes #3379 |
||
---|---|---|
.. | ||
nifi-evtx-nar | ||
nifi-evtx-processors | ||
pom.xml |