HBASE-8300 TestSplitTransaction fails to delete files due to open handles left when region is split (Malie Yin)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-04-12 23:11:43 +00:00
parent adae758abe
commit dd52afb4a2
1 changed files with 2 additions and 0 deletions

View File

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