Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 2.1.0
-
None
Description
private void addV2Metrics(List<IMetricsConsumer.DataPoint> dataPoints) { boolean enableV2MetricsDataPoints = ObjectReader.getBoolean(topoConf.get(Config.TOPOLOGY_ENABLE_V2_METRICS_TICK), false); if (!enableV2MetricsDataPoints) { return; } StormMetricRegistry stormMetricRegistry = workerData.getMetricRegistry();
This should be reporting just the metrics for the Executor.
Attachments
Issue Links
- is related to
-
STORM-3622 Race Condition in CachedThreadStatesGaugeSet registered at SystemBolt
- Closed
- links to