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

Hudson commented on HBASE-27205:
--------------------------------

Results for branch branch-2.4
        [build #392 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.4/392/]:
 (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/branch-2.4/392/General_20Nightly_20Build_20Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.4/392/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.4/392/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.4/392/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}


> Fix tests that rely on EnvironmentEdgeManager in branch-2.4
> -----------------------------------------------------------
>
>                 Key: HBASE-27205
>                 URL: https://issues.apache.org/jira/browse/HBASE-27205
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.4.13
>            Reporter: Bryan Beaudreault
>            Assignee: Bryan Beaudreault
>            Priority: Minor
>              Labels: patch-available
>             Fix For: 2.4.14
>
>
> https://issues.apache.org/jira/browse/HBASE-25911 converted all 
> System.currentTimeMillis() calls in master and branch-2 to use 
> EnvironmentEdgeManager. For whatever reason, this was not backported to 
> branch-2.4. 
> There exists tests TestAppendTimeRange and TestIncrementTimeRange which rely 
> on EnvironmentEdge injection. These tests are consistently timing out due to 
> logic in RSRpcServices.getRemainingRpcTimeout which subtracts "now" from 
> call.getReceiveTime(). 
> In this case, the now calculation uses EnvironmentEdge, but the ServerCalls 
> use System.currentTimeMillis(). This discrepancy causes the calculated 
> timeout to be unexpectedly large, hanging the test.
> We have two options:
>  # Add EnvironmentEdgeManager in the narrowly necessary places to get this to 
> work.
>  # Revert branch-2.4's getTimeLimit to use System.currentTimeMillis.
> I'm going to push a PR which does option 1, but I'm open to open 2 if that is 
> desired instead.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to