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

Hudson commented on HBASE-26753:
--------------------------------

Results for branch master
        [build #517 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/517/]: 
(x) *{color:red}-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/master/517/General_20Nightly_20Build_20Report/]






(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/517/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/master/517/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 source release artifact{color}
-- See build output for details.


(x) {color:red}-1 client integration test{color}
-- Something went wrong with this stage, [check relevant console 
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/517//console].


> RegionReplicationSink.send set timeout for replicating meta edits error
> -----------------------------------------------------------------------
>
>                 Key: HBASE-26753
>                 URL: https://issues.apache.org/jira/browse/HBASE-26753
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 3.0.0-alpha-3
>            Reporter: chenglei
>            Assignee: chenglei
>            Priority: Major
>             Fix For: 3.0.0-alpha-3
>
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
> edits, but seems in {{RegionReplicationSink.send}} set timeout is erroneous:
> {code:java}
>      if (hasMetaEdit) {
>       rpcTimeoutNsToUse = rpcTimeoutNs;
>       operationTimeoutNsToUse = operationTimeoutNs;
>     } else {
>       rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
>       operationTimeoutNsToUse = metaEditOperationTimeoutNs;
>     }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to