You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2010/02/02 23:10:19 UTC

[jira] Created: (HBASE-2179) get performance problem with concurrent reads

get performance problem with concurrent reads
---------------------------------------------

                 Key: HBASE-2179
                 URL: https://issues.apache.org/jira/browse/HBASE-2179
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: ryan rawson
            Assignee: ryan rawson
             Fix For: 0.21.0


a get obtains a row lock before reading, which then blocks all other gets and puts to that row. on highly concurrent rows this reduces our performance and needlessly serializes reads.

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


[jira] Resolved: (HBASE-2179) get performance problem with concurrent reads

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

Jonathan Gray resolved HBASE-2179.
----------------------------------

    Resolution: Duplicate

Fixed as part of HBASE-2248

> get performance problem with concurrent reads
> ---------------------------------------------
>
>                 Key: HBASE-2179
>                 URL: https://issues.apache.org/jira/browse/HBASE-2179
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.21.0
>
>
> a get obtains a row lock before reading, which then blocks all other gets and puts to that row. on highly concurrent rows this reduces our performance and needlessly serializes reads.

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