[GitHub] flink issue #5959: [FLINK-9258][metrics] Thread-safe initialization of varia...

2018-05-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5959 merging. ---

[GitHub] flink issue #5959: [FLINK-9258][metrics] Thread-safe initialization of varia...

2018-05-23 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/5959 LGTM 👍 ---

[GitHub] flink issue #5959: [FLINK-9258][metrics] Thread-safe initialization of varia...

2018-05-23 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/5959 Sounds good. After the mentioned changes this looks ready to merge for me 👍 ---

[GitHub] flink issue #5959: [FLINK-9258][metrics] Thread-safe initialization of varia...

2018-05-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5959 The methods have been identical since FLINK-7692, but I didn't catch it in the review. Thus, `ComponentMetricGroup#getAllVariables()` should be removed, along with

[GitHub] flink issue #5959: [FLINK-9258][metrics] Thread-safe initialization of varia...

2018-05-23 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/5959 I have two quick questions: - Why does `ComponentMetricGroup` even override the method `getAllVariables` from `AbstractMetricGroup` with essentially the exact same code? -Why is it