Skip to content
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

Fix logging message in shell/src/main/java/alluxio/cli/bundler/command/CollectMetricsCommand.java #632

Closed
apc999 opened this issue Feb 7, 2022 · 1 comment · Fixed by Alluxio/alluxio#15117

Comments

@apc999
Copy link

apc999 commented Feb 7, 2022

In https://github.com/Alluxio/alluxio/blob/7aa3a6133d83931c9057b7365b99a8d0bd001bf9/shell/src/main/java/alluxio/cli/bundler/command/CollectMetricsCommand.java#L92

change LOG.error("Failed to get Alluxio metrics from URL %s. Exception is %s", url, e); to LOG.error("Failed to get Alluxio metrics from URL {}. Exception: ", url, e);

@heyingquan0030
Copy link

/assign @heyingquan13

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 a pull request may close this issue.

2 participants