[GitHub] flink pull request #2727: [FLINK-4923] [Metrics] Initializes patch for Expos...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2727 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #2727: [FLINK-4923] [Metrics] Initializes patch for Expos...

2016-10-31 Thread zhuhaifengleon
Github user zhuhaifengleon commented on a diff in the pull request: https://github.com/apache/flink/pull/2727#discussion_r85869851 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/TaskIOMetricGroup.java --- @@ -80,18 +76,25 @@ public Meter

[GitHub] flink pull request #2727: [FLINK-4923] [Metrics] Initializes patch for Expos...

2016-10-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2727#discussion_r85746750 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/TaskIOMetricGroup.java --- @@ -80,18 +76,25 @@ public Meter

[GitHub] flink pull request #2727: [FLINK-4923] [Metrics] Initializes patch for Expos...

2016-10-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2727#discussion_r85698371 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/LocalBufferPool.java --- @@ -111,6 +111,11 @@ public int getNumBuffers() {

[GitHub] flink pull request #2727: [FLINK-4923] [Metrics] Initializes patch for Expos...

2016-10-30 Thread zhuhaifengleon
GitHub user zhuhaifengleon opened a pull request: https://github.com/apache/flink/pull/2727 [FLINK-4923] [Metrics] Initializes patch for Expose input/output queue length and bufferPool usage as a metric Initializes all task's gauge metrics in one method of TaskIOMetricGroup for