Skip to content

Fix logging messages in hub/server/src/main/java/alluxio/hub/manager/process/ManagerProcessContext.java #634

@apc999

Description

@apc999

https://github.com/Alluxio/alluxio/blob/60102fdc4fbce87b236ddecf483284945fbfd5e0/hub/server/src/main/java/alluxio/hub/manager/process/ManagerProcessContext.java#L393

There are a few wrong references to error in logging, like LOG.error("Error connecting to hosted hub {}", e); should be LOG.error("Error connecting to hosted hub: ", e);, See more instructions https://docs.alluxio.io/os/user/stable/en/contributor/Code-Conventions.html#error-log-level

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