We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/Alluxio/alluxio/blob/8f74e6584b6d2d71be3a3737057808b6f77c44ae/shell/src/main/java/alluxio/cli/bundler/CollectInfo.java#L347
Change LOG.error("Execution failed on {}", e); to LOG.error("Execution failed", e);
LOG.error("Execution failed on {}", e);
LOG.error("Execution failed", e);
The text was updated successfully, but these errors were encountered:
/assign @heyingquan13
Sorry, something went wrong.
Update CollectInfo.java
16675f0
Fixes Alluxio/Community#631
tieujason330/alluxio@02895a9
Successfully merging a pull request may close this issue.
In https://github.com/Alluxio/alluxio/blob/8f74e6584b6d2d71be3a3737057808b6f77c44ae/shell/src/main/java/alluxio/cli/bundler/CollectInfo.java#L347
Change
LOG.error("Execution failed on {}", e);
to
LOG.error("Execution failed", e);
The text was updated successfully, but these errors were encountered: