[jira] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-05 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7498:
---

   Resolution: Fixed
Fix Version/s: 0.94.5
   0.96.0
   Status: Resolved  (was: Patch Available)

Integrated into trunk and 0.94.  Thanks Andy for reviewing it.

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Affects Versions: 0.96.0, 0.94.5
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Fix For: 0.96.0, 0.94.5

 Attachments: 0.94-7498_v2.patch, trunk-7498_2.patch, trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-04 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7498:
---

Attachment: trunk-7498.patch

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Attachments: trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-04 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7498:
---

Release Note: 
Added two configuration parameters hbase.rest.threads.max (default 100) and 
hbase.rest.threads.min (default 2) to configure the thread pool of a REST 
server.

Before that, the thread pool is not configurable, and it has the default value 
max threads: 250, min threads: 2.
  Status: Patch Available  (was: Open)

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Attachments: trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-04 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-7498:
--

Affects Version/s: 0.94.5
   0.96.0

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Affects Versions: 0.96.0, 0.94.5
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Attachments: trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-04 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7498:
---

Attachment: 0.94-7498_v2.patch

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Affects Versions: 0.96.0, 0.94.5
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Attachments: 0.94-7498_v2.patch, trunk-7498_2.patch, trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-04 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7498:
---

Status: Open  (was: Patch Available)

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Affects Versions: 0.96.0, 0.94.5
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Attachments: 0.94-7498_v2.patch, trunk-7498_2.patch, trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-04 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7498:
---

Attachment: trunk-7498_2.patch

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Affects Versions: 0.96.0, 0.94.5
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Attachments: 0.94-7498_v2.patch, trunk-7498_2.patch, trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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] [Updated] (HBASE-7498) Make REST server thread pool size configurable

2013-01-04 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7498:
---

Hadoop Flags: Reviewed
  Status: Patch Available  (was: Open)

 Make REST server thread pool size configurable
 --

 Key: HBASE-7498
 URL: https://issues.apache.org/jira/browse/HBASE-7498
 Project: HBase
  Issue Type: Bug
  Components: REST
Affects Versions: 0.96.0, 0.94.5
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
 Attachments: 0.94-7498_v2.patch, trunk-7498_2.patch, trunk-7498.patch


 Currently, the REST server thread pool size is the default: 250.  It can't be 
 configured.  We need to make it configurable so that it can be adjusted per 
 traffic/load so that REST server is less likely to OOM and die.

--
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