[
https://issues.apache.org/jira/browse/HBASE-17032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644148#comment-15644148
]
Hudson commented on HBASE-17032:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-JDK7 #62 (See
[https://builds.apache.org/job/HBase-1.3-JDK7/62/])
HBASE-17032 CallQueueTooBigException and CallDroppedException should not
(antonov: rev 967076646d7e061b69b822aa25892389e1e803f8)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFastFail.java
> CallQueueTooBigException and CallDroppedException should not be triggering
> PFFE
> -------------------------------------------------------------------------------
>
> Key: HBASE-17032
> URL: https://issues.apache.org/jira/browse/HBASE-17032
> Project: HBase
> Issue Type: Bug
> Components: Client
> Affects Versions: 1.3.0
> Reporter: Mikhail Antonov
> Assignee: Mikhail Antonov
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-17032.branch-1.3.v1.patch,
> HBASE-17032.branch-1.3.v2.patch
>
>
> Back in HBASE-15137 we made it so that CQTBE causes preemptive fast fail
> exception on the client.
> It seems those 2 load control mechanists don't exactly align here. Server
> throws CallQueueTooBigException, CallDroppedException (from deadline
> scheduler) when it feels overloaded. Client should accept that behavior and
> retry. When servers sheds the load, and client also bails out, the load
> shedding bubbles up too high and high level impact on the client
> applications seems worse with PFFE turned on then without.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)