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
Fix For: 0.94.0
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira