[
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.