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

2012-09-28 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465456#comment-13465456
 ] 

Andrew Purtell commented on HBASE-5089:
---

Agree, makes sense for a 0.98. 

 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
  Labels: noob

 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
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2011-12-22 Thread stack (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13174850#comment-13174850
 ] 

stack commented on HBASE-5089:
--

Sounds good.

 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
  Labels: noob
 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




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

2011-12-22 Thread Andrew Purtell (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13174983#comment-13174983
 ] 

Andrew Purtell commented on HBASE-5089:
---

Cloudera ships a Jetty 6 version with NIO, drop in replacement, open source: 
https://github.com/toddlipcon/jetty-hadoop-fix

I don't have an opinion about what servlet server to use. Once upon a time we 
had a WAR target. We dropped it due to build difficulties when moving to Maven 
initially. We could bring it back, leave it up to the user what servlet 
container to use.

 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
  Labels: noob
 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