Skip to content

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

@apc999

Description

@apc999

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions