sanqingleo created FLINK-35091:
----------------------------------
Summary: Incorrect Warning msg in JM when use influxdb
Key: FLINK-35091
URL: https://issues.apache.org/jira/browse/FLINK-35091
Project: Flink
Issue Type: Improvement
Reporter: sanqingleo
Fix For: 1.16.3
Attachments: image-2024-04-12-10-02-20-142.png
Hello,
I encountered an issue while upgrading Flink from version 1.14 to 1.18. After
the upgrade, I noticed that some monitoring metrics were not being reported to
InfluxDB.
Upon checking the Job Manager (JM) logs, I found an error indicating that the
previously used classes are no longer supported. However, there seems to be an
oddly phrased error message that looks like it might have been written
incorrectly.
The error message reads: "The reporter configuration of '{}' configures the
reporter class, which is no a no longer supported approach to configure
reporters." + " Please configure a factory class instead:"
I believe the correct phrasing should be: "The reporter configuration of '{}'
configures the reporter class, which is a no longer supported approach to
configure reporters." + " Please configure a factory class instead:"
It appears that the words "no a" were accidentally added, making the sentence
grammatically incorrect and potentially confusing for users.
!image-2024-04-12-10-02-20-142.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)