Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Fix logging message in core/server/master/src/main/java/alluxio/master/file/replication/ReplicationChecker.java #636

Open apc999 opened 2 years ago

apc999 commented 2 years ago

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 commented 2 years ago

/assign @JackWangCS