[
https://issues.apache.org/jira/browse/NIFI-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735935#comment-14735935
]
Mark Payne commented on NIFI-939:
---------------------------------
This appears to be how StandardProcessSession's append() method is implemented.
It is using StandardContentClaim as a key to a hashmap. The hashCode and equals
methods of StandardContentClaim depend on the size of the claim, but the size
can change when the claim is written to.
> GetKafka shows number of bytes written far greater than number of bytes sent
> out
> --------------------------------------------------------------------------------
>
> Key: NIFI-939
> URL: https://issues.apache.org/jira/browse/NIFI-939
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework, Extensions
> Reporter: Mark Payne
> Fix For: 0.3.0
>
> Attachments:
> 0001-NIFI-939-Fixed-bug-in-equals-and-hashCode-methods-of.patch
>
>
> I have a GetKafka processor. If I set the batch size to a number greater than
> 1, I see that the number of bytes written is far greater than the number of
> bytes transferred out.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)