[
https://issues.apache.org/jira/browse/HBASE-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramkrishna.s.vasudevan updated HBASE-8668:
------------------------------------------
Attachment: HBASE-8668.patch
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
> 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