You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/06/19 07:55:46 UTC

[jira] Updated: (HBASE-699) Fix TestMigrate up on Hudson

     [ https://issues.apache.org/jira/browse/HBASE-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-699:
------------------------

    Attachment: 699.patch

This patch makes the test pass if I run it up on hudson.

{code}
HBASE-699  Fix TestMigrate up on Hudson
M  src/test/org/apache/hadoop/hbase/HBaseClusterTestCase.java
M src/java/org/apache/hadoop/hbase/HMerge.java
  HCM.deleteConnection renamed as deleteConnectionInfo
M  src/test/org/apache/hadoop/hbase/util/TestMigrate.java
  Use new deleteConnectionInfo that takes no arguments.
M  src/java/org/apache/hadoop/hbase/client/HTable.java
  Javadoc for getConnection.
M  src/java/org/apache/hadoop/hbase/client/HConnectionManager.java
  Added override of deleteConnection that deletes all connection info.
  Also renamed deleteConnection as deleteConnectionInfo.
{code}

> Fix TestMigrate up on Hudson
> ----------------------------
>
>                 Key: HBASE-699
>                 URL: https://issues.apache.org/jira/browse/HBASE-699
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: stack
>             Fix For: 0.2.0
>
>         Attachments: 699.patch
>
>
> Its hanging on hudson again.  Caught a threaddump.  Its that old waiting on a vanished unix process... no hbase threads hanging out.
> I tried adding relocateRegion just before taking out scan in verify.  That was good for fixing the first region in the table.  We hung when we tried to get second region.  It was trying to go to old address.

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