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

Hudson commented on HBASE-26807:
--------------------------------

Results for branch branch-2.5
        [build #103 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/103/]:
 (/) *{color:green}+1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/103/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/103/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/103/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/103/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


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


> Unify CallQueueTooBigException special pause with CallDroppedException
> ----------------------------------------------------------------------
>
>                 Key: HBASE-26807
>                 URL: https://issues.apache.org/jira/browse/HBASE-26807
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Bryan Beaudreault
>            Assignee: Bryan Beaudreault
>            Priority: Major
>              Labels: patch-available
>             Fix For: 2.5.0, 3.0.0-alpha-3
>
>
> CallQueueTooBigException and CallDroppedException crop up in very similar 
> circumstances – the former is thrown if the request cannot be enqueued 
> because the queue is full; the latter is thrown when a call is dropped from 
> the queue to make room for another call.
> HBASE-17114 added a special pause feature, which allows pausing for a longer 
> period of time when CallQueueTooBigException is encountered, vs the normal 
> pause for other exceptions. The idea here is to help reduce load so the 
> server can process its queue. We should extend this feature to encompass 
> CallDroppedException for the same reason.
> Currently the config is called "hbase.client.pause.cqtbe". We should probably 
> deprecate that in favor of a more generic name.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to