You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
toLOG.error("Failed to get Alluxio metrics from URL {}. Exception: ", url, e);
The text was updated successfully, but these errors were encountered: