FYI: Hadoop social 7/22

2008-07-15 Thread Patrick Hunt
We had a great ZK presentation from Ted/Ben last meetup. Members of the 
ZK team will be attending this month as well if you'd like to talk f2f:


http://upcoming.yahoo.com/event/869166/

Patrick


[jira] Updated: (ZOOKEEPER-25) FUSE for ZooKeeper

2008-07-15 Thread Andrew Kornev (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Kornev updated ZOOKEEPER-25:
---

Status: Patch Available  (was: Open)

 FUSE for ZooKeeper
 --

 Key: ZOOKEEPER-25
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-25
 Project: Zookeeper
  Issue Type: New Feature
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Attachments: configure.ac.patch, ZOOKEEPER-25.patch.gz


 Moved from SourceForge to Apache.
 http://sourceforge.net/tracker/index.php?func=detailaid=1873981group_id=209147atid=1008547

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



[jira] Created: (ZOOKEEPER-75) cleanup the library directory

2008-07-15 Thread Owen O'Malley (JIRA)
cleanup the library directory
-

 Key: ZOOKEEPER-75
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-75
 Project: Zookeeper
  Issue Type: Bug
  Components: build
Reporter: Owen O'Malley


The cobertura library is GPL and must be removed from the code base. All of the 
X.jar files should have matching X.license files that contain their license. 
There is no license for junit. 

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



[jira] Updated: (ZOOKEEPER-75) cleanup the library directory

2008-07-15 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-75:
--

Attachment: rat.out.txt

I ran the RAT tool which generated the attached file.

RAT tool used: http://code.google.com/p/arat/


 cleanup the library directory
 -

 Key: ZOOKEEPER-75
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-75
 Project: Zookeeper
  Issue Type: Bug
  Components: build
Reporter: Owen O'Malley
Assignee: Patrick Hunt
 Attachments: rat.out.txt


 The cobertura library is GPL and must be removed from the code base. All of 
 the X.jar files should have matching X.license files that contain their 
 license. There is no license for junit. 

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



[jira] Assigned: (ZOOKEEPER-48) AUTH_ID not handled correctly when no auth ids are present

2008-07-15 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt reassigned ZOOKEEPER-48:
-

Assignee: Benjamin Reed

Ben what's the status on this one? Is it ready for review or further work needs 
to be done?

 AUTH_ID not handled correctly when no auth ids are present
 --

 Key: ZOOKEEPER-48
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-48
 Project: Zookeeper
  Issue Type: Bug
  Components: server
Reporter: Benjamin Reed
Assignee: Benjamin Reed
 Attachments: acl_3.patch


 AUTH_ID is used (usually done using Ids.CREATOR_ALL_ACL ) to represent the id 
 that was used to authenticate with ZooKeeper. Thus, an exception should be 
 raised if there are no authenticated ids present. Currently, the exception is 
 not being raised.

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



[jira] Assigned: (ZOOKEEPER-49) SetACL does not work

2008-07-15 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt reassigned ZOOKEEPER-49:
-

Assignee: Benjamin Reed

Ben this seems tied to ZOOKEEPER_48 - if so can you make it dependent on that 
jira.

 SetACL does not work
 

 Key: ZOOKEEPER-49
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-49
 Project: Zookeeper
  Issue Type: Bug
  Components: server
Reporter: Benjamin Reed
Assignee: Benjamin Reed

 As reported by Shane:
 Still exploring the ACL stuff in Zookeeper.  Tried using setACL for a  
 path but get InvalidACL error thrown  looking at pRequest in  
 PrepRequestProcessor ... and in particular these lines ...
  SetACLRequest setAclRequest = new SetACLRequest();
  if (!fixupACL(request.authInfo,  
 setAclRequest.getAcl())) {
  throw new KeeperException(Code.InvalidACL);
  }
 a new SetACLRequest will return a null when called in fixupACL  
 returning false and throwing the exception  as far as I can see.

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



[jira] Updated: (ZOOKEEPER-76) Commit 677109 removed the cobertura library, but not the build targets.

2008-07-15 Thread Jakob Homan (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated ZOOKEEPER-76:
-

Status: Patch Available  (was: Open)

Deletes code coverage build targets

 Commit 677109 removed the cobertura library, but not the build targets.
 ---

 Key: ZOOKEEPER-76
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-76
 Project: Zookeeper
  Issue Type: Bug
  Components: build
Reporter: Jakob Homan
 Attachments: delcobertura.patch


 Cobertura library removed due to licensing issues, but the code-coverage ant 
 targets were left in.  Have deleted them and created patch.

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