[
https://issues.apache.org/jira/browse/NIFI-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15104098#comment-15104098
]
ASF GitHub Bot commented on NIFI-1406:
--------------------------------------
GitHub user apiri opened a pull request:
https://github.com/apache/nifi/pull/176
NIFI-1406 Collecting the number of bytes sent regardless of send type
Providing counting of all bytes sent to remove bug where PostHTTP would not
have non-zero rate if not configured to send as a FlowFile.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apiri/incubator-nifi nifi-1406
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/176.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #176
----
commit dc8893e5d20c6a861c1002e53739e30b1e4c2386
Author: Aldrin Piri <[email protected]>
Date: 2016-01-18T03:14:17Z
NIFI-1406 Collecting the number of bytes sent regardless if one or multiple
FlowFiles are sent.
----
> PostHTTP does not report rate or bytes sent if not configured to send
> FlowFIles
> -------------------------------------------------------------------------------
>
> Key: NIFI-1406
> URL: https://issues.apache.org/jira/browse/NIFI-1406
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 0.4.1
> Reporter: Aldrin Piri
> Assignee: Aldrin Piri
> Priority: Minor
> Fix For: 0.5.0
>
>
> In the event that an instance of PostHTTP is not configured to send content
> as a FlowFile package, the bytes sent will not be captured and the rate will
> always result in 0 bytes per duration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)