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

Hudson commented on HBASE-22292:
--------------------------------

Results for branch branch-2.1
        [build #1078 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1078/]: 
(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.1/1078//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.1/1078//JDK8_Nightly_Build_Report_(Hadoop2)/]


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


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


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


> PreemptiveFastFailInterceptor clean repeatedFailuresMap issue
> -------------------------------------------------------------
>
>                 Key: HBASE-22292
>                 URL: https://issues.apache.org/jira/browse/HBASE-22292
>             Project: HBase
>          Issue Type: Bug
>            Reporter: zou
>            Assignee: zou
>            Priority: Blocker
>             Fix For: 3.0.0, 2.3.0, 2.1.5, 2.2.1
>
>
> PreemptiveFastFailInterceptor do not set fastFailClearingTimeMilliSec, so in 
> occasionallyCleanupFailureInformation function this branch
> {code:java}
> else if (now > entry.getValue().timeOfFirstFailureMilliSec
>     + this.fastFailClearingTimeMilliSec) {{code}
> will be always be true,then the repeatedFailuresMap will be clean.
> and in the constructor function 
> {code:java}
> public PreemptiveFastFailInterceptor(Configuration conf) {
>   this.fastFailThresholdMilliSec = conf.getLong(
>       HConstants.HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS,
>       HConstants.HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS_DEFAULT);
>   this.failureMapCleanupIntervalMilliSec = conf.getLong(
> // this constant seem to set fastFailClearingTimeMilliSec, it may be a 
> mistake.
>       HConstants.HBASE_CLIENT_FAST_FAIL_CLEANUP_MS_DURATION_MS,
>       HConstants.HBASE_CLIENT_FAST_FAIL_CLEANUP_DURATION_MS_DEFAULT);
>   lastFailureMapCleanupTimeMilliSec = EnvironmentEdgeManager.currentTime();
> }
> {code}
>  
>  



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

Reply via email to