[ https://issues.apache.org/jira/browse/HADOOP-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549009 ]
Hudson commented on HADOOP-2349: -------------------------------- Integrated in Hadoop-Nightly #324 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/324/]) > FSEditLog.logEdit(byte op, Writable w1, Writable w2) should accept variable > numbers of Writable, instead of two. > ---------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-2349 > URL: https://issues.apache.org/jira/browse/HADOOP-2349 > Project: Hadoop > Issue Type: Improvement > Components: dfs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Priority: Minor > Fix For: 0.16.0 > > Attachments: 2349_20071204.patch > > > The new declaration should be > {code} > FSEditLog.logEdit(byte op, Writable ... w) > {code} > All Writable parameters should not be null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.