Boyang Jerry Peng created FLINK-19468:
-----------------------------------------
Summary: Metrics not returned when data stream / operator name contains "+"
Key: FLINK-19468
URL:
https://issues.apache.org/jira/browse/FLINK-19468 Project: Flink
Issue Type: Bug
Components: API / DataStream
Affects Versions: 1.9.3, 1.9.2, 1.9.0, 2.0.0
Reporter: Boyang Jerry Peng
There is an issue in which the special character "+" is not removed from the data stream / operator name which causes metrics for the operator to not be properly returned. Code Reference:
[
https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/metrics/dump/MetricQueryService.java#L208]
For example if the operator name is:
pulsar(url: pulsar+ssl://192.168.1.198:56014)
Metrics for an operator with the above name will always return empty.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)