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

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

       Resolution: Fixed
    Fix Version/s: 0.95.1
                   0.98.0
           Status: Resolved  (was: Patch Available)

Committed to trunk and 0.95.  Simple patch.
                
> 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
>             Fix For: 0.98.0, 0.95.1
>
>         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

Reply via email to