Remove duplicate now() functions in DataNode, FSNamesystem ----------------------------------------------------------
Key: HDFS-1185 URL: https://issues.apache.org/jira/browse/HDFS-1185 Project: Hadoop HDFS Issue Type: Improvement Components: data-node, name-node Reporter: Jeff Priority: Minor Attachments: HDFS-1185.patch An identical now() function is defined in Util, DataNode, and FSNamesystem. This patch removes the latter two and converts all calls to use the Util.now function. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.