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

Greg Hogan closed FLINK-4452.
-----------------------------
    Resolution: Implemented

Implemented in 28743cfb86545cf9eaf4ec2cf37ec460a13f3537

> TaskManager network buffer gauges
> ---------------------------------
>
>                 Key: FLINK-4452
>                 URL: https://issues.apache.org/jira/browse/FLINK-4452
>             Project: Flink
>          Issue Type: New Feature
>          Components: Metrics
>    Affects Versions: 1.2.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>
> Add gauges for 
> {{network.getNetworkBufferPool.getTotalNumberOfMemorySegments}} and 
> {{network.getNetworkBufferPool.getNumberOfAvailableMemorySegments}}.
> Providing insight into the number and proportion of used network buffers is 
> vital and enlightening. Jobs terminate when buffers are not available, but 
> also the rule-of-thumb for "Configuring the Network Buffers" from the 
> documentation is way off. For example, running a sort on a single TaskManager 
> with 8 slots I am using 16,000+ buffers which is much greater than 8*8*4 = 
> 256.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to