Skip to content

[FLINK-38151] Class MetricFetcherImpl's method fetchMetrics failed log level adjustment to error #26842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

felixzh2020
Copy link
Contributor

when there is a jar conflict,the webUI keeps loading without any direct error message in the log, but Flink job is running normally. This causing significant obstacles to identifying problems during troubleshooting.

Strongly recommend adjusting the failed log level to ERROR!!
Only debug log as follows:
 DEBUG org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcherImpl [] - Failed to fetch the TaskManager's metrics.
java.util.concurrent.CompletionException: java.util.concurrent.ExecutionException: Boxed Error
Caused by: java.lang.NoSuchMethodError: org.apache.commons.math3.stat.descriptive.rank.Percentile.withNaNStrategy(Lorg/apache/commons/math3/stat/ranking/NaNStrategy;)Lorg/apache/commons/math3/stat/descriptive/rank/Percentile;
image-2025-07-29-10-41-35-778

@flinkbot
Copy link
Collaborator

flinkbot commented Jul 29, 2025

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants