Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/2286#discussion_r72217528
--- Diff:
flink-core/src/main/java/org/apache/flink/metrics/MetricGroup.java ---
@@ -37,25 +37,6 @@
public interface MetricGroup {
//
------------------------------------------------------------------------
- // Closing
- //
------------------------------------------------------------------------
-
- /**
- * Marks the group as closed.
- * Recursively unregisters all {@link Metric Metrics} contained in this
group.
- *
- * <p>Any metrics created after the call to this function will not be
registered in
- * the {@link MetricRegistry} and not be reported to any reporter (like
JMX).
- */
- void close();
--- End diff --
The class-level JavaDocs have a link to `close` that is broken now.
---
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.
---