[
https://issues.apache.org/jira/browse/HDFS-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303315#comment-14303315
]
Hudson commented on HDFS-5631:
------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #90 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/90/])
Move HDFS-5631, HDFS-5782 and HDFS-7681 to branch-2. (szetszwo: rev
df01337b80beff09550aac440e31e09f47e1d963)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
> Expose interfaces required by FsDatasetSpi implementations
> ----------------------------------------------------------
>
> Key: HDFS-5631
> URL: https://issues.apache.org/jira/browse/HDFS-5631
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: datanode
> Reporter: David Powell
> Assignee: Joe Pallas
> Priority: Minor
> Fix For: 2.7.0
>
> Attachments: HDFS-5631-LazyPersist.patch,
> HDFS-5631-LazyPersist.patch, HDFS-5631-branch-2.patch,
> HDFS-5631-branch-2.patch, HDFS-5631.patch, HDFS-5631.patch
>
>
> This sub-task addresses section 4.1 of the document attached to HDFS-5194,
> the exposure of interfaces needed by a FsDatasetSpi implementation.
> Specifically it makes ChunkChecksum public and BlockMetadataHeader's
> readHeader() and writeHeader() methods public.
> The changes to BlockReaderUtil (and related classes) discussed by section
> 4.1 are only needed if supporting short-circuit, and should be addressed
> as part of an effort to provide such support rather than this JIRA.
> To help ensure these changes are complete and are not regressed in the
> future, tests that gauge the accessibility (though *not* behavior)
> of interfaces needed by a FsDatasetSpi subclass are also included.
> These take the form of a dummy FsDatasetSpi subclass -- a successful
> compilation is effectively a pass. Trivial unit tests are included so
> that there is something tangible to track.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)