HBASE-12696 Possible NPE in HRegionFileSystem#splitStoreFile when skipStoreFileRangeCheck in splitPolicy return true(Rajeshbabu)
This commit is contained in:
parent
110c5f5930
commit
96c6b9815d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue