Mingliang Liu created HDFS-9134: ----------------------------------- Summary: Move LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants from HdfsServerConstants to HdfsConstants Key: HDFS-9134 URL: https://issues.apache.org/jira/browse/HDFS-9134 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Mingliang Liu Assignee: Mingliang Liu
As these two constants are used by {{DFSClient}} which is to be moved to {{hadoop-hdfs-client}} module (see [HDFS-8053]), we consider these two constants should be moved to {{hadoop-hdfs-client}} module. A good place is {{HdfsConstants}} which contains for both server and client side constants. This jiras tracks the effort of moving LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants from server side class {{HdfsServerConstants}} to client side class {{HdfsConstants}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)