Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.3.0
-
None
Description
org.apache.nifi.processors.flume.util.FlowFileEvent has a concurrency bug where if assigments in a critical section are reordered, unexpected behavior occurs.
getHeaders and getBody
Fix is to remove the unguarded checks to boolean fields in the code