You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2010/11/10 03:51:22 UTC

[jira] Commented: (HBASE-3215) TestRollingRestart failing on hudson

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

Jonathan Gray commented on HBASE-3215:
--------------------------------------

Committing below change to see if it fixes hudson:

{noformat}
--- src/test/java/org/apache/hadoop/hbase/master/TestRollingRestart.java	(revision 1033306)
+++ src/test/java/org/apache/hadoop/hbase/master/TestRollingRestart.java	(working copy)
@@ -307,7 +307,7 @@
     // First wait for it to be in dead list
     while (!sm.deadservers.isDeadServer(serverName)) {
       log("Waiting for [" + serverName + "] to be listed as dead in master");
-      Thread.sleep(100);
+      Thread.sleep(1);
     }
     log("Server [" + serverName + "] marked as dead, waiting for it to " +
         "finish dead processing");
{noformat}

> TestRollingRestart failing on hudson
> ------------------------------------
>
>                 Key: HBASE-3215
>                 URL: https://issues.apache.org/jira/browse/HBASE-3215
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.90.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>             Fix For: 0.90.0
>
>
> Seems unrelated to HBASE-3214.  I think it must be in the one sleep thing I'm doing in this unit test.

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