Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0
Description
Slotmanagers register metrics in start(), but only unregister them in close().
This has 2 issues:
a) If the SM is restarted it cannot re-register the metrics because the old ones are still present; this isn't a critical problem (because the old ones still work) but it produces unnecesasry logging noise
b) The metric may produce an NPE when accessed by a reporter during suspend().
Attachments
Issue Links
- is related to
-
FLINK-22646 Accessing DeclarativeSlotManager metrics during unregister throws NPE
- Closed
- links to