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 core/server/master/src/main/java/alluxio/master/file/replication/ReplicationChecker.java #636

Open
apc999 opened this issue Feb 7, 2022 · 1 comment · May be fixed by Alluxio/alluxio#15043

Comments

@apc999
Copy link

apc999 commented Feb 7, 2022

In https://github.com/Alluxio/alluxio/blob/3c3335fb2c1342e8c53648ad3c4740b9cbb7ecd1/core/server/master/src/main/java/alluxio/master/file/replication/ReplicationChecker.java#L176

change
LOG.debug("Failed to contact job master to get updated list of replication jobs {}", e);
to
LOG.debug("Failed to contact job master to get updated list of replication jobs: ", e);

@JackWangCS
Copy link

/assign @JackWangCS

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