[GitHub] flink issue #3103: [FLINK-5464] [metrics] Prevent some NPEs

2017-01-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3103 yeah I'll have to rethink this :/ I wanted to just ignore gauges returning null (since nothing in the web-interface accounts for that case), but did not adjust the count of metrics that are

[GitHub] flink issue #3103: [FLINK-5464] [metrics] Prevent some NPEs

2017-01-13 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/3103 While testing this PR, I found that the jobmanager.log is now full with exceptions like this one: ``` java.io.EOFException at

[GitHub] flink issue #3103: [FLINK-5464] [metrics] Prevent some NPEs

2017-01-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3103 cc @rmetzger --- 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