You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sakthi (JIRA)" <ji...@apache.org> on 2018/04/27 22:10:00 UTC

[jira] [Created] (HBASE-20504) A few tests in TestHeapSize fail on CentOS 7.4 on branch-2

Sakthi created HBASE-20504:
------------------------------

             Summary: A few tests in TestHeapSize fail on CentOS 7.4 on branch-2 
                 Key: HBASE-20504
                 URL: https://issues.apache.org/jira/browse/HBASE-20504
             Project: HBase
          Issue Type: Bug
            Reporter: Sakthi


The following 3 tests fail when Unit Tests for branch-2 are attempted on a CentOS(7.4) platform.
 
TestHeapSize.testMutations:520 expected:<120> but was:<112>
TestHeapSize.testNativeSizes:200 expected:<48> but was:<40>
TestHeapSize.testSizes:458 expected:<176> but was:<168>
 
The configuration details used while testing are as follows:
 
$ uname -a

 
{code:java}
Linux example-hbase-test.gce.example.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux{code}
 

$ java -version

 
{code:java}
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) Server VM (build 25.171-b11, mixed mode)
{code}
 

$ lsb_release -a
{code:java}
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch

Distributor ID: CentOS

Description: CentOS Linux release 7.4.1708 (Core) 

Release: 7.4.1708

Codename: Core
{code}
 
For e.g: There are size differences for ARRAY & CELL_FLAT_MAP between Mac & CentOS.
 
The java version was same while testing for Mac(10.13.3) & CentOS(7.4). It worked on the mac though.



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