[
https://issues.apache.org/jira/browse/HBASE-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-3089:
-------------------------
Attachment: 3089.txt
I applied this patch that does a bit of cleanup on RESTServlet setting members
private and final and then also adding a 'stop' that removes the singleton
instance (we'll just make another next time through). Rest tests pass now.
Lets see how it does up on hudson.
> REST tests are broken locally and up in hudson
> ----------------------------------------------
>
> Key: HBASE-3089
> URL: https://issues.apache.org/jira/browse/HBASE-3089
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Attachments: 3089.txt
>
>
> The RESTServlet is a singleton. In our rest tests the singleton is carried
> over between tests that start a new mini cluster each time. A while back we
> added cleanup of zk when we let go of a connection... Whats happen is that
> the singleton is using a cleaned up zookeeperwatcher
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.