You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2007/12/05 00:54:43 UTC

[jira] Updated: (HADOOP-2349) FSEditLog.logEdit(byte op, Writable w1, Writable w2) should accept variable numbers of Writable, instead of two.

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

Tsz Wo (Nicholas), SZE updated HADOOP-2349:
-------------------------------------------

    Component/s: dfs
       Assignee: Tsz Wo (Nicholas), SZE

> 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
>
> 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.