[ 
https://issues.apache.org/jira/browse/HBASE-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744275#action_12744275
 ] 

stack commented on HBASE-1767:
------------------------------

This is the issue:
{code}
Index: src/test/org/apache/hadoop/hbase/TestZooKeeper.java
===================================================================
--- src/test/org/apache/hadoop/hbase/TestZooKeeper.java (revision 805203)
+++ src/test/org/apache/hadoop/hbase/TestZooKeeper.java (working copy)
@@ -114,11 +114,9 @@
     connection.relocateRegion(HConstants.ROOT_TABLE_NAME, 
HConstants.EMPTY_BYTE_ARRAY);
   }
 
-  /**
-   *
-   */
   public void testRegionServerSessionExpired() {
     try {
+      this.conf.setBoolean("hbase.regionserver.restart.on.zk.expire", true);
       new HTable(conf, HConstants.META_TABLE_NAME);
{code}

We stopped RS restarting by default.  That broke this test.

> test zookeeper broken in trunk and 0.20 branch; broken on hudson too
> --------------------------------------------------------------------
>
>                 Key: HBASE-1767
>                 URL: https://issues.apache.org/jira/browse/HBASE-1767
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.20.0
>
>
> Anyone want to take a look at this?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to