You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Erik Holstad (JIRA)" <ji...@apache.org> on 2009/04/03 19:20:13 UTC

[jira] Created: (HBASE-1306) Threading the update process when writing to HBase.

Threading the update process when writing to HBase.
---------------------------------------------------

                 Key: HBASE-1306
                 URL: https://issues.apache.org/jira/browse/HBASE-1306
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: regionserver
    Affects Versions: 0.21.0
            Reporter: Erik Holstad


There are multiple places where we can make an update run in parallel when inserting into HBase. Two of these points are making every row get it's own thread and then every family, store, get it's own thread when you are in the right region.

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


[jira] Resolved: (HBASE-1306) Threading the update process when writing to HBase.

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

stack resolved HBASE-1306.
--------------------------

    Resolution: Duplicate

Duplicate of hbase-74

> Threading the update process when writing to HBase.
> ---------------------------------------------------
>
>                 Key: HBASE-1306
>                 URL: https://issues.apache.org/jira/browse/HBASE-1306
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.21.0
>            Reporter: Erik Holstad
>
> There are multiple places where we can make an update run in parallel when inserting into HBase. Two of these points are making every row get it's own thread and then every family, store, get it's own thread when you are in the right region.

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


[jira] Reopened: (HBASE-1306) Threading the update process when writing to HBase.

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

stack reopened HBASE-1306:
--------------------------


Reopening.  Its not exactly a duplicate and Erik seems to be aware of hbase-74.

> Threading the update process when writing to HBase.
> ---------------------------------------------------
>
>                 Key: HBASE-1306
>                 URL: https://issues.apache.org/jira/browse/HBASE-1306
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.21.0
>            Reporter: Erik Holstad
>
> There are multiple places where we can make an update run in parallel when inserting into HBase. Two of these points are making every row get it's own thread and then every family, store, get it's own thread when you are in the right region.

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