HBASE-1767 test zookeeper broken in trunk and 0.20 branch; broken on hudson too
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805204 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33c03f67fa
commit
2ca35347f3
|
@ -339,6 +339,8 @@ Release 0.20.0 - Unreleased
|
||||||
"HRegionInfo was null or empty in .META" A.K.A the BS problem
|
"HRegionInfo was null or empty in .META" A.K.A the BS problem
|
||||||
HBASE-1738 Scanner doesnt reset when a snapshot is created, could miss
|
HBASE-1738 Scanner doesnt reset when a snapshot is created, could miss
|
||||||
new updates into the 'kvset' (active part)
|
new updates into the 'kvset' (active part)
|
||||||
|
HBASE-1767 test zookeeper broken in trunk and 0.20 branch; broken on
|
||||||
|
hudson too
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
HBASE-1089 Add count of regions on filesystem to master UI; add percentage
|
HBASE-1089 Add count of regions on filesystem to master UI; add percentage
|
||||||
|
|
|
@ -114,11 +114,9 @@ public class TestZooKeeper extends HBaseClusterTestCase {
|
||||||
connection.relocateRegion(HConstants.ROOT_TABLE_NAME, HConstants.EMPTY_BYTE_ARRAY);
|
connection.relocateRegion(HConstants.ROOT_TABLE_NAME, HConstants.EMPTY_BYTE_ARRAY);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void testRegionServerSessionExpired() {
|
public void testRegionServerSessionExpired() {
|
||||||
try {
|
try {
|
||||||
|
this.conf.setBoolean("hbase.regionserver.restart.on.zk.expire", true);
|
||||||
new HTable(conf, HConstants.META_TABLE_NAME);
|
new HTable(conf, HConstants.META_TABLE_NAME);
|
||||||
|
|
||||||
ZooKeeperWrapper zkw = new ZooKeeperWrapper(conf, EmptyWatcher.instance);
|
ZooKeeperWrapper zkw = new ZooKeeperWrapper(conf, EmptyWatcher.instance);
|
||||||
|
|
Loading…
Reference in New Issue