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 Purtell (JIRA)" <ji...@apache.org> on 2009/08/04 02:24:15 UTC

[jira] Created: (HBASE-1741) [stargate] performance tuning

[stargate] performance tuning
-----------------------------

                 Key: HBASE-1741
                 URL: https://issues.apache.org/jira/browse/HBASE-1741
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Andrew Purtell
             Fix For: 0.21.0


Improve Stargate performance.

Profile and tune the servlet.

Profile and tune the Client package. Insure that it is using Commons HttpClient in a manner that could achieve good performance.

Consider a hot cell and/or query cache backed by an LruHashMap. 

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


[jira] Assigned: (HBASE-1741) [stargate] performance tuning

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell reassigned HBASE-1741:
-------------------------------------

    Assignee: Andrew Purtell

> [stargate] performance tuning
> -----------------------------
>
>                 Key: HBASE-1741
>                 URL: https://issues.apache.org/jira/browse/HBASE-1741
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>             Fix For: 0.21.0
>
>
> Improve Stargate performance.
> Profile and tune the servlet.
> Profile and tune the Client package. Insure that it is using Commons HttpClient in a manner that could achieve good performance.
> Consider a hot cell and/or query cache backed by an LruHashMap. 

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


[jira] Resolved: (HBASE-1741) [stargate] performance tuning

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-1741.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.21.0)

With the exception of the hot cell cache, the above has been accomplished. 

bq. Profile and tune the servlet.

I ported PE to httpclient and profiled both client and server side with jprofiler. There were no glaring hot spots or apparent performance problems suitable for opening jiras for. Bulk of time is spent in I/O to client or HBase cluster, as it should be. Overheads of Jetty and Jersey are out of scope, but was a few % for each typically.

bq. Profile and tune the Client package. Insure that it is using Commons HttpClient in a manner that could achieve good performance.

To the extent httpclient 3.1 is tunable, that has been done. 

> [stargate] performance tuning
> -----------------------------
>
>                 Key: HBASE-1741
>                 URL: https://issues.apache.org/jira/browse/HBASE-1741
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>
> Improve Stargate performance.
> Profile and tune the servlet.
> Profile and tune the Client package. Insure that it is using Commons HttpClient in a manner that could achieve good performance.
> Consider a hot cell and/or query cache backed by an LruHashMap. 

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


[jira] Updated: (HBASE-1741) [stargate] performance tuning

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-1741:
----------------------------------

    Priority: Minor  (was: Major)

> [stargate] performance tuning
> -----------------------------
>
>                 Key: HBASE-1741
>                 URL: https://issues.apache.org/jira/browse/HBASE-1741
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.21.0
>
>
> Improve Stargate performance.
> Profile and tune the servlet.
> Profile and tune the Client package. Insure that it is using Commons HttpClient in a manner that could achieve good performance.
> Consider a hot cell and/or query cache backed by an LruHashMap. 

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