You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2016/01/14 05:27:39 UTC

[jira] [Created] (HBASE-15107) Procedure V2 - Procedure Queue with Regions

Matteo Bertozzi created HBASE-15107:
---------------------------------------

             Summary: Procedure V2 - Procedure Queue with Regions
                 Key: HBASE-15107
                 URL: https://issues.apache.org/jira/browse/HBASE-15107
             Project: HBase
          Issue Type: Sub-task
          Components: proc-v2
    Affects Versions: 2.0.0
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
             Fix For: 2.0.0


Adds the "region locking" that will be used to perform assign/unassign, split/merge operations.
An operation take the xlock on the regions is working on, all the other procedures will be suspended (removed from the runnable queue) and resumed (put back in the runnable queue) when the operation that has the lock on the region is completed.

https://reviews.apache.org/r/42213/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)