[ 
https://issues.apache.org/jira/browse/HBASE-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672011#comment-13672011
 ] 

Hudson commented on HBASE-8668:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #550 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/550/])
    HBASE-8668 - TestHLogSplit.generateHLog() does not use local variables for 
entries (Ram) (Revision 1488313)

     Result = FAILURE
ramkrishna : 
Files : 
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestHLogSplit.java

                
> 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