Skip to content

Commit

Permalink
fix the logging message in ReplicationChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jie Wang committed Feb 23, 2022
1 parent fa6cb70 commit c327be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void heartbeat() throws InterruptedException {
// It is possible the job master process is not answering rpcs,
// log but do not throw the exception
// which will kill the replication checker thread.
LOG.debug("Failed to contact job master to get updated list of replication jobs {}", e);
LOG.debug("Failed to contact job master to get updated list of replication jobs: ", e);
}

Set<Long> inodes;
Expand Down

0 comments on commit c327be6

Please sign in to comment.