You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/03/21 19:01:50 UTC

[jira] Created: (HBASE-1282) TestThriftServer is failing on TRUNK

TestThriftServer is failing on TRUNK
------------------------------------

                 Key: HBASE-1282
                 URL: https://issues.apache.org/jira/browse/HBASE-1282
             Project: Hadoop HBase
          Issue Type: Bug
          Components: thrift
            Reporter: Andrew Purtell
             Fix For: 0.20.0
         Attachments: TEST-org.apache.hadoop.hbase.thrift.TestThriftServer.txt

Testcase: testAll took 88.129 sec
	FAILED
expected:<0> but was:<1>
junit.framework.AssertionFailedError: expected:<0> but was:<1>
	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableCreateDrop(TestThriftServer.java:91)
	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:64)


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


[jira] Commented: (HBASE-1282) TestThriftServer is failing on TRUNK

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

Andrew Purtell commented on HBASE-1282:
---------------------------------------

Delete table on 'tableB' deletes both 'tableB' and 'tableA'. 

2009-03-21 17:52:50,415 DEBUG [main] thrift.ThriftServer$HBaseHandler(338): deleteTable: table=tableB 
2009-03-21 17:52:50,416 DEBUG [main] client.HConnectionManager$TableServers(624): Cache hit for row <> in tableName .META.: location server 127.0.0.1:49967, location region name .META.,,1

This isn't supposed to happen:
>>>
2009-03-21 17:52:50,432 DEBUG [IPC Server handler 4 on 60000] regionserver.HRegion(2318): DELETING region hdfs://localhost.localdomain:58375/user/apurtell/tableA/95395442 
<<<

2009-03-21 17:52:50,437 DEBUG [IPC Server handler 4 on 60000] regionserver.HRegion(2318): DELETING region hdfs://localhost.localdomain:58375/user/apurtell/tableB/1334256318 
2009-03-21 17:52:50,439 INFO [IPC Server handler 4 on 60000] master.HMaster(676): deleted table: tableB 
2009-03-21 17:52:50,442 INFO [main] client.HBaseAdmin(286): Deleted tableB 


> TestThriftServer is failing on TRUNK
> ------------------------------------
>
>                 Key: HBASE-1282
>                 URL: https://issues.apache.org/jira/browse/HBASE-1282
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>         Attachments: TEST-org.apache.hadoop.hbase.thrift.TestThriftServer.txt
>
>
> Testcase: testAll took 88.129 sec
> 	FAILED
> expected:<0> but was:<1>
> junit.framework.AssertionFailedError: expected:<0> but was:<1>
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableCreateDrop(TestThriftServer.java:91)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:64)

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


[jira] Resolved: (HBASE-1282) TestThriftServer is failing on TRUNK

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

Andrew Purtell resolved HBASE-1282.
-----------------------------------

    Resolution: Fixed

Resolved by HBASE-1284

> TestThriftServer is failing on TRUNK
> ------------------------------------
>
>                 Key: HBASE-1282
>                 URL: https://issues.apache.org/jira/browse/HBASE-1282
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>         Attachments: TEST-org.apache.hadoop.hbase.thrift.TestThriftServer.txt
>
>
> Testcase: testAll took 88.129 sec
> 	FAILED
> expected:<0> but was:<1>
> junit.framework.AssertionFailedError: expected:<0> but was:<1>
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableCreateDrop(TestThriftServer.java:91)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:64)

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


[jira] Commented: (HBASE-1282) TestThriftServer is failing on TRUNK

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

Andrew Purtell commented on HBASE-1282:
---------------------------------------

The following expectation is no longer met:

{code}
handler.deleteTable(tableBname);
assertEquals(handler.getTableNames().size(), 1);
{code}

> TestThriftServer is failing on TRUNK
> ------------------------------------
>
>                 Key: HBASE-1282
>                 URL: https://issues.apache.org/jira/browse/HBASE-1282
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>         Attachments: TEST-org.apache.hadoop.hbase.thrift.TestThriftServer.txt
>
>
> Testcase: testAll took 88.129 sec
> 	FAILED
> expected:<0> but was:<1>
> junit.framework.AssertionFailedError: expected:<0> but was:<1>
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableCreateDrop(TestThriftServer.java:91)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:64)

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


[jira] Updated: (HBASE-1282) TestThriftServer is failing on TRUNK

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

Andrew Purtell updated HBASE-1282:
----------------------------------

    Attachment: TEST-org.apache.hadoop.hbase.thrift.TestThriftServer.txt

> TestThriftServer is failing on TRUNK
> ------------------------------------
>
>                 Key: HBASE-1282
>                 URL: https://issues.apache.org/jira/browse/HBASE-1282
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>         Attachments: TEST-org.apache.hadoop.hbase.thrift.TestThriftServer.txt
>
>
> Testcase: testAll took 88.129 sec
> 	FAILED
> expected:<0> but was:<1>
> junit.framework.AssertionFailedError: expected:<0> but was:<1>
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableCreateDrop(TestThriftServer.java:91)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:64)

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