You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Tommy Young (JIRA)" <ji...@apache.org> on 2017/07/12 19:07:00 UTC

[jira] [Updated] (NIFI-4180) Site To Site Port Math Seemingly Incorrect

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

Tommy Young updated NIFI-4180:
------------------------------
    Description: 
It seems as though Nifi is either using something other than flow file count when logging the "will receive x% of data" message (in which case it would be nice to print the value of what it is using in the logs) OR there is a math error, based on the below log messages.

PeerStatus[hostname=node1,port=9090,secure=true,flowFileCount=0] will receive 0.78125% of data
PeerStatus[hostname=node2,port=9090,secure=true,flowFileCount=2] will receive 28.125% of data
PeerStatus[hostname=node3,port=9090,secure=true,flowFileCount=5] will receive 71.09375% of data 

PeerStatus[hostname=node1,port=9090,secure=true,flowFileCount=0] will receive 0.9615384615384616% of data
PeerStatus[hostname=node3,port=9090,secure=true,flowFileCount=0] will receive 0.9615384615384616% of data
PeerStatus[hostname=node2,port=9090,secure=true,flowFileCount=1] will receive 98.07692307692308% of data 

  was:
It seems as though Nifi is either using something other than flow file count when logging the "will receive x% of data" message (in which case it would be nice to print the value of what it is using in the logs) OR there is a math error, based on the below log messages.

PeerStatus[hostname=node1,port=9090,secure=true,flowFileCount=0] will receive 0.78125% of data
PeerStatus[hostname=node2,port=9090,secure=true,flowFileCount=2] will receive 28.125% of data
PeerStatus[hostname=node1,port=9090,secure=true,flowFileCount=5] will receive 71.09375% of data 

PeerStatus[hostname=node1,port=9090,secure=true,flowFileCount=0] will receive 0.9615384615384616% of data
PeerStatus[hostname=node3,port=9090,secure=true,flowFileCount=0] will receive 0.9615384615384616% of data
PeerStatus[hostname=node2,port=9090,secure=true,flowFileCount=1] will receive 98.07692307692308% of data 


> Site To Site Port Math Seemingly Incorrect
> ------------------------------------------
>
>                 Key: NIFI-4180
>                 URL: https://issues.apache.org/jira/browse/NIFI-4180
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.2.0
>         Environment: SLES 11
>            Reporter: Tommy Young
>            Priority: Minor
>
> It seems as though Nifi is either using something other than flow file count when logging the "will receive x% of data" message (in which case it would be nice to print the value of what it is using in the logs) OR there is a math error, based on the below log messages.
> PeerStatus[hostname=node1,port=9090,secure=true,flowFileCount=0] will receive 0.78125% of data
> PeerStatus[hostname=node2,port=9090,secure=true,flowFileCount=2] will receive 28.125% of data
> PeerStatus[hostname=node3,port=9090,secure=true,flowFileCount=5] will receive 71.09375% of data 
> PeerStatus[hostname=node1,port=9090,secure=true,flowFileCount=0] will receive 0.9615384615384616% of data
> PeerStatus[hostname=node3,port=9090,secure=true,flowFileCount=0] will receive 0.9615384615384616% of data
> PeerStatus[hostname=node2,port=9090,secure=true,flowFileCount=1] will receive 98.07692307692308% of data 



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