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