Github user zentol commented on the pull request:
https://github.com/apache/flink/pull/1947#issuecomment-218983234
The tests should now pass.
I've fixed the following issues:
* several examples had non-transient Metric fields
* removed one failing example (CollectionInputFormat; accessed Context in
constructor)
* IOMetrics are not granular, effectively gathering the same metrics we
gather currently
* Resolved several test issues
* General:
* Introduced several DummyMetricGroups for use in tests
* mocked Context/Environments now return DummyMetricGroups
* Core:
* RuntimeUDFContext constructor modified to take a MetricGroup argument
* Integrated metrics into the CollectionExecutor
* Table API: asterisks (introduced by select *) were not properly removed
by the JMXReporter
* Streaming: StreamingConfig ChainIndex default is now 0 instead of -1
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---