[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719848#action_12719848
 ] 

Hadoop QA commented on ZOOKEEPER-433:
-------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12410695/ZOOKEEPER-433.patch
  against trunk revision 784970.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    -1 release audit.  The applied patch generated 172 release audit warnings 
(more than the trunk's current 171 warnings).

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/116/testReport/
Release audit warnings: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/116/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/116/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/116/console

This message is automatically generated.

> getacl on root znode (/) fails
> ------------------------------
>
>                 Key: ZOOKEEPER-433
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-433
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.1.1
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Blocker
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-433.patch, ZOOKEEPER-433.patch
>
>
> running a "getAcl" on the root znode "/" fails with the following:
> Fri Jun  5 10:21:17 2009: 2009-06-05 10:21:17,072 - ERROR 
> [CommitProcessor:3:finalrequestproces...@243] - Failed to process 
> sessionid:0x321b16868f40003 ty
> pe:getACL cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown n/a 
> Fri Jun  5 10:21:17 2009: java.lang.NullPointerException
> Fri Jun  5 10:21:17 2009:       at 
> java.util.ArrayList.<init>(ArrayList.java:131)
> Fri Jun  5 10:21:17 2009:       at 
> org.apache.zookeeper.server.DataTree.getACL(DataTree.java:622)
> Fri Jun  5 10:21:17 2009:       at 
> org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:216)
> Fri Jun  5 10:21:17 2009:       at 
> org.apache.zookeeper.server.quorum.CommitProcessor.run(CommitProcessor.java:74)
> Fri Jun  5 10:21:17 2009: 2009-06-05 10:21:17,073 - ERROR 
> [CommitProcessor:3:finalrequestproces...@250] - Dumping request buffer: 
> 0x00012f
> We need to support getting/setting the root acl in particular -- not being 
> able to control acls on this node makes multi-tenancy a non-starter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to