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

Hudson commented on HBASE-25096:
--------------------------------

Results for branch branch-2.2
        [build #72 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/72/]:
 (x) *{color:red}-1 overall{color}*
----
details (if available):

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




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/72//JDK8_Nightly_Build_Report_(Hadoop2)/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/72//JDK8_Nightly_Build_Report_(Hadoop3)/]


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


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for 
details|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/72//artifact/output-integration/hadoop-2.log].
 (note that this means we didn't run on Hadoop 3)


> WAL size in RegionServer UI is wrong
> ------------------------------------
>
>                 Key: HBASE-25096
>                 URL: https://issues.apache.org/jira/browse/HBASE-25096
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Toshihiro Suzuki
>            Assignee: Toshihiro Suzuki
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.3.3, 1.7.0, 2.4.0, 2.2.7
>
>
> In MetricsRegionServerWrapperImpl, *walFileSize* is calculated by 
> *provider.getLogFileSize()* twice as follows, which is causing the wrong WAL 
> size in RegionServer UI:
> {code:java}
>         walFileSize = (provider == null ? 0 : provider.getLogFileSize()) +
>             (provider == null ? 0 : provider.getLogFileSize());
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to