HBASE-8668 - TestHLogSplit.generateHLog() does not use local variables for entries (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
981df7cce8
commit
ac54c557e9
|
@ -1410,7 +1410,7 @@ public class TestHLogSplit {
|
||||||
}
|
}
|
||||||
|
|
||||||
private HLog.Writer [] generateHLogs(final int writers, final int entries, final int leaveOpen) throws IOException {
|
private HLog.Writer [] generateHLogs(final int writers, final int entries, final int leaveOpen) throws IOException {
|
||||||
return generateHLogs((DistributedFileSystem)this.fs, writers, ENTRIES, leaveOpen);
|
return generateHLogs((DistributedFileSystem)this.fs, writers, entries, leaveOpen);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void makeRegionDirs(FileSystem fs, List<String> regions) throws IOException {
|
private static void makeRegionDirs(FileSystem fs, List<String> regions) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue