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

ASF GitHub Bot updated FLINK-12199:
-----------------------------------
    Labels: pull-request-available  (was: )

> Refactor IOMetrics to not distinguish between local/remote in/out bytes
> -----------------------------------------------------------------------
>
>                 Key: FLINK-12199
>                 URL: https://issues.apache.org/jira/browse/FLINK-12199
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Network
>            Reporter: Andrey Zagrebin
>            Assignee: zhijiang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>
> At the moment we have numBytesInLocal/numBytesInRemote in IOMetrics but in 
> the actual usage we just always sum them up. As local/remote is the detail of 
> shuffle service implementation, we can merge the local/remote metrics into 
> one and increment it later in Task instead of remote/local channels in 
> network internals.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to