HBASE-12696 Possible NPE in HRegionFileSystem#splitStoreFile when skipStoreFileRangeCheck in splitPolicy return true(Rajeshbabu)

This commit is contained in:
Rajeshbabu Chintaguntla 2014-12-16 08:38:15 +05:30
parent 110c5f5930
commit 96c6b9815d
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ public class HRegionFileSystem {
}
}
f.getReader().close(true);
f.closeReader(true);
Path splitDir = new Path(getSplitsDir(hri), familyName);
// A reference to the bottom half of the hsf store file.