Lin Yiqun created HDFS-9935:
-------------------------------

             Summary: Remove LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants from 
HdfsServerConstants
                 Key: HDFS-9935
                 URL: https://issues.apache.org/jira/browse/HDFS-9935
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Lin Yiqun
            Assignee: Lin Yiqun
            Priority: Minor


In HDFS-9134, it has moved the LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants 
from {{HdfsServerConstants}} to {{HdfsConstants}} because these two constants 
are used by {{DFSClient}} which is moved to {{hadoop-hdfs-client}}. And 
constants in {{HdfsConstants}} can be both used by client and server side. In 
addition, I have checked that these two constants in {{HdfsServerConstants}} 
has already not been used in project now and were all replaced by 
{{HdfsConstants.LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD}}. So I think we can remove 
these unused constant values in {{HdfsServerConstants}} completely. Instead of 
we can use them in {{HdfsConstants}} if we want to use them in the future.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to