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

Hadoop QA commented on HBASE-9822:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12609766/hbase-9822.patch
  against trunk revision .

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

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

    {color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 
2.0 profile.

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

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

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) 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:red}-1 site{color}.  The patch appears to cause mvn site goal to 
fail.

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

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7600//console

This message is automatically generated.

> IntegrationTestLazyCfLoading failed occasionally in a secure enviroment
> -----------------------------------------------------------------------
>
>                 Key: HBASE-9822
>                 URL: https://issues.apache.org/jira/browse/HBASE-9822
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.96.0
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>            Priority: Trivial
>         Attachments: hbase-9822.patch
>
>
> This test case failed in a secure deployment once with the following error. 
> It's due to a race condition between writers starts writes and table ACLs 
> propagation to region servers.  
> {code}
> 2013-10-14 13:03:32,185 ERROR [HBaseWriterThread_8] 
> util.MultiThreadedWriterBase: Failed to insert: 10 after 167ms; region 
> information: cached: 
> region=IntegrationTestLazyCfLoading,bffffffd,1381755808862.456a11d22693f7dc27763c32e55521a8.,
>  
> hostname=gs-hdp2-secure-1381732260-hbase-8.cs1cloud.internal,60020,1381755752694,
>  seqNum=1; cache is up to date; errors: exception from 
> gs-hdp2-secure-1381732260-hbase-8.cs1cloud.internal:60020 for 
> d3d9446802a44259755d38e6d163e820-10
> E       org.apache.hadoop.hbase.security.AccessDeniedException: 
> org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient 
> permissions (table=IntegrationTestLazyCfLoading, family: essential:filter, 
> action=WRITE)
> ....
> {code}
> Writes were sent at 13:03:32,032
> {code}
> 2013-10-14 13:03:32,032 WARN  [htable-pool11-t1] client.AsyncProcess: Attempt 
> #1/35 failed for 1 ops on 
> gs-hdp2-secure-1381732260-hbase-8.cs1cloud.internal,60020,1381755752694 NOT 
> resubmitting.
> {code}
> While the permission propagation happened at 13:03:32,109 on region server
> {code}
> 2013-10-14 13:03:32,109 DEBUG [regionserver60020-EventThread] 
> access.ZKPermissionWatcher: Updating permissions cache from node 
> IntegrationTestLazyCfLoading with data: 
> PBUF\x0AA\x0A\x06hrt_qa\x127\x08\x03"3\x0A'\x0A\x07default\x12\x1CIntegrationTestLazyCfLoading
>  \x00 \x01 \x02 \x03 \x04
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to