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 Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/12 00:15:00 UTC

[jira] [Resolved] (HBASE-5089) NIO based REST server

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

Andrew Kyle Purtell resolved HBASE-5089.
----------------------------------------
    Resolution: Won't Fix

> NIO based REST server
> ---------------------
>
>                 Key: HBASE-5089
>                 URL: https://issues.apache.org/jira/browse/HBASE-5089
>             Project: HBase
>          Issue Type: Improvement
>          Components: REST
>    Affects Versions: 0.94.0
>            Reporter: Mubarak Seyed
>            Priority: Major
>              Labels: beginner
>
> Rest server code uses Jetty 6.1.26, which uses old IO (org.mortbay.jetty.Server). It would be good if Rest server uses NIO based servlet server.
> The options are as follows:
> # [Jetty 7 or above (NIO based)|http://download.eclipse.org/jetty/stable-8/xref/]
> # [Netty-based Rest server|https://github.com/netty/netty/wiki/Related-projects]
> # [Grizzly|http://grizzly.java.net]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)