HBASE-8931 TestTableLockManager.testTableReadLock fails

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-07-11 22:06:05 +00:00
parent 71ebf190c8
commit 30539e9d25
1 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@ import org.apache.hadoop.hbase.regionserver.wal.HLogUtil;
import org.apache.hadoop.hbase.util.Bytes;
import org.apache.hadoop.hbase.util.ChecksumType;
import org.apache.hadoop.hbase.util.ClassSize;
import org.apache.hadoop.hbase.util.CollectionBackedScanner;
import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
import org.apache.hadoop.util.StringUtils;
@ -1576,7 +1575,6 @@ public class HStore implements Store {
assert !this.getRegionInfo().isMetaRegion();
// Not split-able if we find a reference store file present in the store.
if (hasReferences()) {
assert false : "getSplitPoint() called on a region that can't split!";
return null;
}
return this.storeEngine.getStoreFileManager().getSplitPoint();