ramkrishna.s.vasudevan created HBASE-8668:
---------------------------------------------
Summary: 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
{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