[
https://issues.apache.org/jira/browse/FLINK-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15062031#comment-15062031
]
ASF GitHub Bot commented on FLINK-3180:
---------------------------------------
GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/1466
[FLINK-3180] [runtime] Log direct memory usage in MemoryLogger
The off-heap stats reported by the memory logger didn't include direct
memory.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/uce/flink 3180-memlog
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1466.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 #1466
----
commit ce6688dbe0a70c161e8995a1a279f54f15380b4e
Author: Ufuk Celebi <[email protected]>
Date: 2015-12-17T13:28:15Z
[FLINK-3180] [runtime] Log direct memory usage in MemoryLogger
The off-heap stats reported by the memory logger didn't include
direct memory.
----
> MemoryLogger does not log direct memory
> ---------------------------------------
>
> Key: FLINK-3180
> URL: https://issues.apache.org/jira/browse/FLINK-3180
> Project: Flink
> Issue Type: Bug
> Components: Distributed Runtime
> Affects Versions: 0.10.1
> Reporter: Ufuk Celebi
> Assignee: Ufuk Celebi
> Fix For: 0.10.2, 1.00
>
>
> The {{MemoryLogger}} logs {{MemoryPoolMXBean}} outputs. These do not contain
> the direct memory. I think this was assumed to be the case.
> We have to query the MBeanServer manually for this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)