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

Hadoop QA commented on HBASE-9831:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12610533/HBASE-9831-trunk-v02.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 6 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:red}-1 findbugs{color}.  The patch appears to introduce 2 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:red}-1 core tests{color}.  The patch failed these unit tests:
                       
org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildOverlap
                  org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase
                  org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildHole

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

This message is automatically generated.

> 'hbasefsck.numthreads' property can not pass to hbck via generic option
> -----------------------------------------------------------------------
>
>                 Key: HBASE-9831
>                 URL: https://issues.apache.org/jira/browse/HBASE-9831
>             Project: HBase
>          Issue Type: Improvement
>          Components: hbck
>    Affects Versions: 0.94.12
>            Reporter: takeshi.miao
>            Priority: Minor
>              Labels: hbck
>             Fix For: 0.98.0, 0.96.1, 0.94.14
>
>         Attachments: HBASE-9831-0.94-v02.patch, HBASE-9831-0.94-v03.patch, 
> HBASE-9831-trunk-v01.patch, HBASE-9831-trunk-v02.patch, HBASE-9831.v01.patch
>
>
> We use generic option way to pass _'hbasefsck.numthreads'_ property to 
> _'hbase hbck'_, but it does not accept our new setting value
> {code}
> hbase hbck -D hbasefsck.numthreads=5
> {code}
> We can still find there are threads over than 5 we already set via generic 
> opttion
> {code}
> [2013-10-24 
> 09:25:02,561][pool-2-thread-6][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> [2013-10-24 
> 09:25:02,562][pool-2-thread-10][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> [2013-10-24 
> 09:25:02,565][pool-2-thread-13][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> [2013-10-24 
> 09:25:02,566][pool-2-thread-11][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> [2013-10-24 
> 09:25:02,567][pool-2-thread-9][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> [2013-10-24 
> 09:25:02,568][pool-2-thread-12][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> [2013-10-24 
> 09:25:02,570][pool-2-thread-7][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> [2013-10-24 
> 09:25:02,571][pool-2-thread-14][DEBUG][org.apache.hadoop.security.UserGroupInformation]:
>  PrivilegedAction as:hbase/[email protected] 
> (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) (UserGroupInformation.java:1430)
> {code}



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

Reply via email to