Hi,
Two Jira issues are mentioned in this thread:
- [FLINK-7069] Catch exceptions for each reporter separately : Fixed
- [FLINK-7100] TaskManager metrics are registered twice : Unresolved
I guess your error message is just an warning message.
You can safely ignore it if you are using 1.3.2
Hi,
there is PR open for fixing the multiple TM metrics registration [1]. We
hope to get it merged in the next days such that it will be part of the
upcoming 1.4 release.
[1] https://github.com/apache/flink/pull/4872
Cheers,
Till
On Thu, Oct 26, 2017 at 5:21 PM, cslotterback wrote:
> Hello 김동
Hello 김동원,
We are experiencing the same issue you were when trying to use the 1.4
prometheus reporter with 1.3:
[...]
Error while registering metric.
java.lang.IllegalArgumentException: Collector already registered that
provides name: flink_taskmanager_Status_JVM_CPU_Load
[...]
-
The ji