[ 
https://issues.apache.org/jira/browse/HDFS-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Lipcon updated HDFS-2187:
------------------------------

    Attachment: hdfs-2187.txt

Oops, Ivan just correctly pointed out that Holder.java has nothing to do with 
this patch. That's correct - it accidentally snuck in from something else in my 
working tree. New patch without that.

> HDFS-1580: Make EditLogInputStream act like an iterator over FSEditLogOps
> -------------------------------------------------------------------------
>
>                 Key: HDFS-2187
>                 URL: https://issues.apache.org/jira/browse/HDFS-2187
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>             Fix For: 0.23.0
>
>         Attachments: 2187-changes.txt, HDFS-2187.diff, HDFS-2187.diff, 
> hdfs-2187.txt, hdfs-2187.txt, hdfs-2187.txt
>
>
> This JIRA is for the input side changes moved out of HDFS-2149. 
> EditLogInputStream has been changed to no longer be an InputStream 
> implementation, but to return a stream of FSEditLogOp objects using readOp(). 
> The upshot is that all that can ever be read from an EditLogInputStream is a 
> op. No random hackery can be used to put other things in the stream. Version 
> is now a property of the EditLogInputStream and retrieved using getVersion().

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to