Yi Liu created HDFS-7761:
----------------------------
Summary: cleanup unnecssary code logic in LocatedBlock
Key: HDFS-7761
URL: https://issues.apache.org/jira/browse/HDFS-7761
Project: Hadoop HDFS
Issue Type: Improvement
Affects Versions: 2.7.0
Reporter: Yi Liu
Assignee: Yi Liu
Priority: Minor
The usage of following two variables is unnecessary. We can remove them to make
code a bit brief.
{quote}
private final boolean hasStorageIDs;
private final boolean hasStorageTypes;
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)