[jira] Commented: (ZOOKEEPER-433) getacl on root znode (/) fails

2009-06-17 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720781#action_12720781
 ] 

Mahadev konar commented on ZOOKEEPER-433:
-

this patch needs to change with ZOOKEEPER-444 been committed.

 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:0xfffe 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.



[jira] Commented: (ZOOKEEPER-433) getacl on root znode (/) fails

2009-06-17 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720852#action_12720852
 ] 

Hadoop QA commented on ZOOKEEPER-433:
-

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

+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 did not generate any 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 does not increase the total number of 
release audit 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/118/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/118/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/118/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, 
 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:0xfffe 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.



[jira] Commented: (ZOOKEEPER-433) getacl on root znode (/) fails

2009-06-15 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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:0xfffe 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.



[jira] Commented: (ZOOKEEPER-433) getacl on root znode (/) fails

2009-06-08 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717547#action_12717547
 ] 

Hadoop QA commented on ZOOKEEPER-433:
-

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

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

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

+1 javadoc.  The javadoc tool did not generate any 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/106/testReport/
Release audit warnings: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/106/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/106/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/106/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


 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:0xfffe 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.



[jira] Commented: (ZOOKEEPER-433) getacl on root znode (/) fails

2009-06-05 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12716703#action_12716703
 ] 

Patrick Hunt commented on ZOOKEEPER-433:


we should update the tests to include verification of acls on root /

also verify /zookeeper/quota allows setting/getting/enforcing acls


 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
Priority: Blocker
 Fix For: 3.2.0


 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:0xfffe 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.