You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2013/05/31 05:29:20 UTC

[jira] [Updated] (HBASE-8668) TestHLogSplit.generateHLog() does not use local variables for entries

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

ramkrishna.s.vasudevan updated HBASE-8668:
------------------------------------------

    Status: Patch Available  (was: Open)
    
> TestHLogSplit.generateHLog() does not use local variables for entries
> ---------------------------------------------------------------------
>
>                 Key: HBASE-8668
>                 URL: https://issues.apache.org/jira/browse/HBASE-8668
>             Project: HBase
>          Issue Type: Test
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Trivial
>         Attachments: HBASE-8668.patch
>
>
> {code}
> private HLog.Writer [] generateHLogs(final int writers, final int entries, final int leaveOpen) throws IOException {
>     return generateHLogs((DistributedFileSystem)this.fs, writers, ENTRIES, leaveOpen);
>   }
> {code}
> Here we should use local variable entries instead of ENTRIES.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira