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:
parent
71ebf190c8
commit
30539e9d25
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue