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

Hadoop QA commented on HBASE-13693:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12733781/HBASE-13693-hbase-11339-v3.patch
  against hbase-11339 branch at commit 5e7e626ef54ada9e75b18b31bb49e23b22ae9fe9.
  ATTACHMENT ID: 12733781

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 4 new 
or modified tests.

    {color:green}+1 hadoop versions{color}. The patch compiles with all 
supported hadoop versions (2.4.1 2.5.2 2.6.0)

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 protoc{color}.  The applied patch does not increase the 
total number of protoc compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

    {color:green}+1 checkstyle{color}.  The applied patch does not increase the 
total number of checkstyle errors

    {color:green}+1 findbugs{color}.  The patch does not introduce any  new 
Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

     {color:red}-1 core zombie tests{color}.  There are 5 zombie test(s):       
at 
org.apache.hadoop.hbase.util.TestHBaseFsck.testHBaseFsck(TestHBaseFsck.java:211)
        at 
org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover.testSecondaryRegionWithNonEmptyRegion(TestRegionReplicaFailover.java:159)
        at 
org.apache.hadoop.hbase.regionserver.TestCompactionState.testMajorCompactionOnFamily(TestCompactionState.java:73)

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14087//testReport/
Release Findbugs (version 2.0.3)        warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14087//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14087//artifact/patchprocess/checkstyle-aggregate.html

  Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14087//console

This message is automatically generated.

> [HBase MOB] Mob files are not encrypting.
> -----------------------------------------
>
>                 Key: HBASE-13693
>                 URL: https://issues.apache.org/jira/browse/HBASE-13693
>             Project: HBase
>          Issue Type: Bug
>          Components: mob
>    Affects Versions: hbase-11339
>            Reporter: Y. SREENIVASULU REDDY
>            Assignee: Ashutosh Jindal
>             Fix For: hbase-11339
>
>         Attachments: HBASE-13693-hbase-11339-v2.patch, 
> HBASE-13693-hbase-11339-v3.patch, HBASE-13693-hbase-11339.patch
>
>
> Mob HFiles are not encrypting.
> steps to reproduce:
> ===============
> 1.create a table and for column family with mob enabled and enable AES 
> encryption for the column family.
> 2. Insert mob data into the table.
> 3. Flush the mob table.
> 4. check hfiles for mob data is created or not.
> 5. check hfiles in hdfs is encrypted or not using hfile tool.
> {code}
> hfile tool output for mob reference hfile meta
> Block index size as per heapsize: 392
> reader=/hbase/data/default/mobTest/1587e00c3e257969c48d9872994ce57c/mobcf/8c33ab9e8201449e9ac709eb9e4263d6,
> Trailer:
>     fileinfoOffset=527,
>     loadOnOpenDataOffset=353,
>     dataIndexCount=1,
>     metaIndexCount=0,
>     totalUncomressedBytes=5941,
>     entryCount=9,
>     compressionCodec=GZ,
>     uncompressedDataIndexSize=34,
>     numDataIndexLevels=1,
>     firstDataBlockOffset=0,
>     lastDataBlockOffset=0,
>     comparatorClassName=org.apache.hadoop.hbase.KeyValue$KeyComparator,
>     encryptionKey=PRESENT,
>     majorVersion=3,
>     minorVersion=0
> {code}
> {code}
> hfile tool output for mob hfile meta
> Block index size as per heapsize: 872
> reader=/hbase/mobdir/data/default/mobTest/46844d8b9f699e175a4d7bd57848c576/mobcf/d41d8cd98f00b204e9800998ecf8427e20150512bf18fa62a98c40d7bd6e810f790c6291,
> Trailer:
>     fileinfoOffset=1018180,
>     loadOnOpenDataOffset=1017959,
>     dataIndexCount=9,
>     metaIndexCount=0,
>     totalUncomressedBytes=1552619,
>     entryCount=9,
>     compressionCodec=GZ,
>     uncompressedDataIndexSize=266,
>     numDataIndexLevels=1,
>     firstDataBlockOffset=0,
>     lastDataBlockOffset=904852,
>     comparatorClassName=org.apache.hadoop.hbase.KeyValue$KeyComparator,
>     encryptionKey=NONE,
>     majorVersion=3,
>     minorVersion=0
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to