[ 
https://issues.apache.org/jira/browse/HBASE-21754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750543#comment-16750543
 ] 

Hudson commented on HBASE-21754:
--------------------------------

Results for branch branch-2
        [build #1631 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1631/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1631//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1631//JDK8_Nightly_Build_Report_(Hadoop2)/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1631//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> ReportRegionStateTransitionRequest should be executed in priority executor
> --------------------------------------------------------------------------
>
>                 Key: HBASE-21754
>                 URL: https://issues.apache.org/jira/browse/HBASE-21754
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.1.2, 2.0.4
>            Reporter: Allan Yang
>            Assignee: Allan Yang
>            Priority: Major
>         Attachments: HBASE-21754.patch, HBASE-21754v2.patch
>
>
> Now, ReportRegionStateTransitionRequest is executed in default handler, only 
> region of system table is executed in priority handler. That is because we 
> have only two kinds of handler default and priority in master(replication 
> handler is for replication specifically), if the transition report for all 
> region is executed in priority handler, there is a dead lock situation that 
> other regions' transition report take all handler and need to update meta, 
> but meta region is not able to report online since all handler is 
> taken(addressed in the comments of MasterAnnotationReadingPriorityFunction).
> But there is another dead lock case that user's DDL requests (or other sync 
> op like moveregion) take over all default handlers, making region transition 
> report is not possible, thus those sync ops can't complete either. A simple 
> UT provided in the patch shows this case.
> To resolve this problem, I added a new metaTransitionExecutor to execute meta 
> region transition report only, and all the other region's report are executed 
> in priority handlers, separating them from user's requests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to