[
https://issues.apache.org/jira/browse/HDFS-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876461#comment-13876461
]
Hudson commented on HDFS-5800:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #5024 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/5024/])
HDFS-5800. Fix a typo in DFSClient.renewLease(). Contributed by Kousuke Saruta
(szetszwo:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1559701)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
> 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
> Components: hdfs-client
> Reporter: Kousuke Saruta
> Assignee: Kousuke Saruta
> Priority: Trivial
> Fix For: 2.4.0
>
> 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)