You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/11/04 04:49:41 UTC

[jira] Created: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Fix the new TestTransform breakage up on hudson
-----------------------------------------------

                 Key: HBASE-3195
                 URL: https://issues.apache.org/jira/browse/HBASE-3195
             Project: HBase
          Issue Type: Bug
            Reporter: stack


This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.

I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928145#action_12928145 ] 

Andrew Purtell commented on HBASE-3195:
---------------------------------------

Why would a test for REST using the client API for REST cause missing blocks in HDFS? It's not the test per se. Passes locally. Could be related to HBASE-2564? 

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Resolved: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-3195.
-----------------------------------

    Resolution: Fixed

That did it.

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3195.patch
>
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928290#action_12928290 ] 

Andrew Purtell commented on HBASE-3195:
---------------------------------------

I have a patch for 

 




----- Original Message ----


      


> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928873#action_12928873 ] 

Andrew Purtell commented on HBASE-3195:
---------------------------------------

Looks like maybe the configuration from HBaseTestingUtility isn't passed all the way through to the HBase client embedded in the REST server, so it's finding other ZK instances from zombie tests lingering up on Hudson. Investigating.

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.0
>
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Updated: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-3195:
----------------------------------

    Fix Version/s: 0.90.0

Waiting for Hudson to chew on the new test suite now.

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.0
>
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] [Commented] (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039407#comment-13039407 ] 

Hudson commented on HBASE-3195:
-------------------------------

Integrated in HBase-TRUNK #1939 (See [https://builds.apache.org/hudson/job/HBase-TRUNK/1939/])
    

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3195.patch
>
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928206#action_12928206 ] 

stack commented on HBASE-3195:
------------------------------

I'm not sure why Andrew.  Its certainly odd and my recent experience wrestling failing unit tests suggests that there is fire where there is smoke.  Lets dig in some time.

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928286#action_12928286 ] 

Andrew Purtell commented on HBASE-3195:
---------------------------------------

I have a patch for HBASE-2564 that I'm testing. Will re-enable TestTransform as part of that and close both these issues out if the result checks out up on ASF Hudson. 

Hudson is a picky sort, that's why we like him. 

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928930#action_12928930 ] 

Andrew Purtell commented on HBASE-3195:
---------------------------------------

Embedded HBase client in RESTservlet uses the config at first:

{noformat}
2010-11-06 02:31:02,673 DEBUG [26294606@qtp-3974511-0] rest.RowResource(265): PUT http://localhost:59467/TestTransform/testrow1/a:1 as application/octet-stream
2010-11-06 02:31:02,674 DEBUG [26294606@qtp-3974511-0] zookeeper.ZKUtil(95): hconnection opening connection to ZooKeeper with ensemble (localhost:21822)
{noformat}

Then forgets it:

{noformat}
2010-11-06 02:31:02,755 DEBUG [main] client.Client(144): PUT http://localhost:59467/TestTransform/testrow1/b:2 200 OK in 8 ms
2010-11-06 02:31:02,767 DEBUG [main] zookeeper.ZKUtil(95): hconnection opening connection to ZooKeeper with ensemble (localhost:21818)
{noformat}

Checking to see if REST server does something dumb.

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3195.patch
>
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928931#action_12928931 ] 

Andrew Purtell commented on HBASE-3195:
---------------------------------------

Oh wait, duh it's the test.

This:

{noformat}
HTable table = new HTable(TABLE);
{noformat}

should be this:

{noformat}
HTable table = new HTable(TEST_UTIL.getConfiguration(), TABLE);
{noformat}

Commited change, waiting for Hudson again.

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3195.patch
>
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Assigned: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell reassigned HBASE-3195:
-------------------------------------

    Assignee: Andrew Purtell

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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


[jira] Updated: (HBASE-3195) Fix the new TestTransform breakage up on hudson

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-3195:
----------------------------------

    Attachment: HBASE-3195.patch

Committed the attached patch to see if Hudson likes this better. Waiting for results.

> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
>                 Key: HBASE-3195
>                 URL: https://issues.apache.org/jira/browse/HBASE-3195
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3195.patch
>
>
> This new test has been failing up on hudson since it was introduce at #1606.  I took a look.  It looks reasonable but its failing in an odd way -- can't find blocks in  hdfs.
> I'm moving it aside for now till test gets some loving.  Breakage lasted till at least #1613.

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