[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-10-21 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/4647 The next time we touch `MutableIOMetrics`, we should also refactor `MutableIOMetrics#addIOMetrics` such that one passes an IOMetrics object into it instead of the `MetricFetcher`. ---

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-10-21 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/4647 Sorry for joining the party so late, but I think the solution is incomplete. Flink displays many metrics for the different components of the system. For example, the `TaskManagersHandler`

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-10-09 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4647 merging. ---

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-09-19 Thread jameslafa
Github user jameslafa commented on the issue: https://github.com/apache/flink/pull/4647 @zentol I agree, it make it a lot easier to read. I just pushed the update. Thanks for your feedback. ---

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-09-18 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4647 Tried it out and it works as expected. After looking at the aggregation code in detail I suggest to set an isComplete boolean for each counter instead of setting the value to -1. This makes

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-09-08 Thread jameslafa
Github user jameslafa commented on the issue: https://github.com/apache/flink/pull/4647 @zentol I pushed the changes we talk about yesterday. Let me know if it's fine for you :) Thanks for your help. ---

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-09-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4647 @uce The checkstyle didn't catch it since the `runtime/executiongraph` package isn't covered by checkstyle. The flag will not fulfill the intended purpose after #4472 since the fetched

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-09-06 Thread uce
Github user uce commented on the issue: https://github.com/apache/flink/pull/4647 Thanks @zentol for the review. @jameslafa - Regarding the first point with checkstyle: It's confusing that our checkstyle settings don't catch this, but Chesnay is right here. Seems