[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-09 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-355:


  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

I just committed this. thanks pat.

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.0, 3.1.1
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch, ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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



[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-07 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-355:


Status: Open  (was: Patch Available)

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.1, 3.1.0
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch, ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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



[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-07 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-355:


Status: Patch Available  (was: Open)

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.1, 3.1.0
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch, ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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



[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-07 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-355:


Attachment: ZOOKEEPER-355.patch

made a minor change, 
created another methoda that is 
{code}
validatePath(path, issequential)
{code}
keeping the old method
{code}
validatePath(path)
{code}

just reduces some line of code :) and makes it similar to c code structure 
where validatePath is called with issequential. other than that +1 for the 
patch.. 

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.0, 3.1.1
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch, ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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



[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-03 Thread Patrick Hunt (JIRA)

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

Patrick Hunt updated ZOOKEEPER-355:
---

Status: Patch Available  (was: Open)

resubmitting - mahadev says fleepochtest should be fixed now.

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.1, 3.1.0
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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



[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-03 Thread Patrick Hunt (JIRA)

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

Patrick Hunt updated ZOOKEEPER-355:
---

Status: Open  (was: Patch Available)

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.1, 3.1.0
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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



[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-03 Thread Patrick Hunt (JIRA)

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

Patrick Hunt updated ZOOKEEPER-355:
---

Status: Patch Available  (was: Open)

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.1, 3.1.0
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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



[jira] Updated: (ZOOKEEPER-355) make validatePath non public in Zookeeper client api.

2009-04-03 Thread Patrick Hunt (JIRA)

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

Patrick Hunt updated ZOOKEEPER-355:
---

Attachment: ZOOKEEPER-355.patch

This patch moves the method into common. It also fixes ZOOKEEPER-348 - we now 
correctly handle path validation when sequence flag is used. c/java and tests 
for both also updated.

> make  validatePath non public in Zookeeper client api.
> --
>
> Key: ZOOKEEPER-355
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-355
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.0, 3.1.1
>Reporter: Mahadev konar
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-355.patch
>
>
> make  validatePath non public in Zookeeper client api.

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