Joe Pallas created HDFS-11423: --------------------------------- Summary: Allow ReplicaInfo to be subclassed outside of package Key: HDFS-11423 URL: https://issues.apache.org/jira/browse/HDFS-11423 Project: Hadoop HDFS Issue Type: Improvement Components: datanode Affects Versions: 3.0.0-alpha2 Reporter: Joe Pallas Priority: Minor
The constructor for {{ReplicaInfo}} is package-scope instead of protected. This means that an alternative dataset implementation in its own package cannot create Replica classes that inherit from ReplicaInfo the way {{LocalReplica}} does (or the way {{ProvidedReplica}} does in HDFS-9806). -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org