[ https://issues.apache.org/jira/browse/HADOOP-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703132#action_12703132 ]
Flavio Paiva Junqueira edited comment on HADOOP-5721 at 4/27/09 7:09 AM: ------------------------------------------------------------------------- There was a compilation problem with one of the tests. I have implemented some modifications to FSEditLog.java to comply with the previous use of the interface of FSEditLog and with the modifications of this patch. More specifically, I have added variants of the methods open, addNewEditLogStream and createEditLogFile that take the buffer size as a parameter. Core tests pass fine for me. was (Author: fpj): There was a compilation problem with one of the tests. I have implement some modifications to FSEditLog.java to comply with the previous use of the interface of FSEditLog and with the modifications of this patch. More specifically, I have added variants of the methods open, addNewEditLogStream and createEditLogFile that take the buffer size as a parameter. Core tests pass fine for me. > Provide EditLogFileInputStream and EditLogFileOutputStream as independent > classes > ---------------------------------------------------------------------------------- > > Key: HADOOP-5721 > URL: https://issues.apache.org/jira/browse/HADOOP-5721 > Project: Hadoop Core > Issue Type: Improvement > Components: dfs > Affects Versions: 0.19.1 > Reporter: Luca Telloli > Priority: Minor > Fix For: 0.21.0 > > Attachments: HADOOP-5721.patch, HADOOP-5721.patch, HADOOP-5721.patch, > HADOOP-5721.patch, HADOOP-5721.patch > > > EditLogFileInputStream and EditLogFileOutputStream are currently part of > FSEditLog. With this patch we want to extract them and provide as independent > classes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.