You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2007/12/05 00:54:43 UTC

[jira] Updated: (HADOOP-2347) [hbase] REST servlet not thread safe but run in a threaded manner

     [ https://issues.apache.org/jira/browse/HADOOP-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated HADOOP-2347:
----------------------------------

    Attachment: rest-threadsafe.patch

Here's a patch that restructures all the *Handler.java classes so they are thread safe.

> [hbase] REST servlet not thread safe but run in a threaded manner
> -----------------------------------------------------------------
>
>                 Key: HADOOP-2347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2347
>             Project: Hadoop
>          Issue Type: Bug
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>         Attachments: rest-threadsafe.patch
>
>
> Jetty serves the REST servlet in a threaded manner, but the servlet has some thread safety issues. These need to be resolved.

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