[
https://issues.apache.org/jira/browse/HDFS-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876238#comment-13876238
]
Akira AJISAKA commented on HDFS-5800:
-------------------------------------
+1, LGTM. Pending Jenkins.
> Typo: soft-limit for hard-limit in DFSClient
> --------------------------------------------
>
> Key: HDFS-5800
> URL: https://issues.apache.org/jira/browse/HDFS-5800
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Kousuke Saruta
> Assignee: Kousuke Saruta
> Priority: Trivial
> Attachments: HDFS-5800.patch
>
>
> In DFSClient#renewLease, there is a log message as follows.
> {code}
> LOG.warn("Failed to renew lease for " + clientName + " for "
> + (elapsed/1000) + " seconds (>= soft-limit ="
> + (HdfsConstants.LEASE_HARDLIMIT_PERIOD/1000) + " seconds.) "
> {code}
> This log message includes "soft-limit" but, considering the context, I think
> it's typo for "hard-limit".
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)