[jira] Updated: (ZOOKEEPER-288) Cleanup and fixes to BookKeeper

2009-03-26 Thread Flavio Paiva Junqueira (JIRA)

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

Flavio Paiva Junqueira updated ZOOKEEPER-288:
-

Attachment: ZOOKEEPER-BOOKKEEPER-288.patch

 Cleanup and fixes to BookKeeper
 ---

 Key: ZOOKEEPER-288
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-288
 Project: Zookeeper
  Issue Type: Improvement
  Components: contrib-bookkeeper
Affects Versions: 3.0.0
Reporter: Flavio Paiva Junqueira
Assignee: Flavio Paiva Junqueira
 Fix For: 3.2.0

 Attachments: ZOOKEEPER-BOOKKEEPER-288.patch, 
 ZOOKEEPER-BOOKKEEPER-288.patch, ZOOKEEPER-BOOKKEEPER-288.patch, 
 ZOOKEEPER-BOOKKEEPER-288.patch


 We observed one race condition when multiple threads try to write 
 concurrently. This patch should fix it.  I will also remove some commented 
 code.

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



[jira] Created: (ZOOKEEPER-348) Creating node with path ending in / with sequence flag set

2009-03-26 Thread Jeff Terrace (JIRA)
Creating node with path ending in / with sequence flag set


 Key: ZOOKEEPER-348
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-348
 Project: Zookeeper
  Issue Type: Bug
  Components: c client
Affects Versions: 3.1.1
Reporter: Jeff Terrace
Priority: Minor
 Fix For: 3.0.1


In 3.0.1, I could create a sequence node like this:
/nodes/001
like this:
string path = /nodes/;
string value = data;
int rc = zoo_acreate(zh, path.c_str(), value.c_str(), value.length(), 
ZOO_OPEN_ACL_UNSAFE, ZOO_EPHEMERAL | ZOO_SEQUENCE, czoo_created, where);

In 3.1.1, this fails with error -8 (ZBADARGUMENTS).

Adding something after the / in the path makes the code work fine:
string path = /nodes/n;

I assume something is checking if the path ends in / but not checking the 
sequence flag.

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



[jira] Updated: (ZOOKEEPER-350) to run rats for releaseaudit

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-350:
-

Attachment: ZK-350.patch

this patch enables releaseaudit target for zk

 to run rats for releaseaudit 
 -

 Key: ZOOKEEPER-350
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-350
 Project: Zookeeper
  Issue Type: Sub-task
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Attachments: ZK-350.patch




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



[jira] Updated: (ZOOKEEPER-349) to automate patch testing

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-349:
-

Component/s: build

 to automate patch testing 
 --

 Key: ZOOKEEPER-349
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-349
 Project: Zookeeper
  Issue Type: Improvement
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan



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



[jira] Updated: (ZOOKEEPER-351) to run checkstyle

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-351:
-

Attachment: ZK-351.patch

enables checkstyle for zk

 to run checkstyle
 -

 Key: ZOOKEEPER-351
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-351
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Attachments: ZK-351.patch




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



[jira] Created: (ZOOKEEPER-352) to add standard ant targets required by test-patch.sh script

2009-03-26 Thread Giridharan Kesavan (JIRA)
to add standard ant targets required by test-patch.sh script


 Key: ZOOKEEPER-352
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-352
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan




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



[jira] Created: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Giridharan Kesavan (JIRA)
javadoc warnings needs to be fixed 
---

 Key: ZOOKEEPER-353
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
 Project: Zookeeper
  Issue Type: Sub-task
Reporter: Giridharan Kesavan


[javadoc] 
/.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
 cannot find symbol
  [javadoc] symbol  : class OutputArchive
  [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
  [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
java.io.IOException {
  [javadoc] ^
  [javadoc] 
/.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
 cannot find symbol
  [javadoc] symbol  : class InputArchive
  [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
  [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
java.io.IOException {
  [javadoc]   ^
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
  [javadoc] 4 errors
  [javadoc] 124 warnings



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



[jira] Commented: (ZOOKEEPER-348) Creating node with path ending in / with sequence flag set

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar commented on ZOOKEEPER-348:
-

it just came to my mind that we put validating path at the client side in  
ZOOKEEPER-16. can you try using 3.1* versions? you should get errors in both 
the cases in 3.1* versions.


 Creating node with path ending in / with sequence flag set
 

 Key: ZOOKEEPER-348
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-348
 Project: Zookeeper
  Issue Type: Bug
  Components: c client
Affects Versions: 3.1.1
Reporter: Jeff Terrace
Priority: Minor
 Fix For: 3.2.0


 In 3.0.1, I could create a sequence node like this:
 /nodes/001
 like this:
 string path = /nodes/;
 string value = data;
 int rc = zoo_acreate(zh, path.c_str(), value.c_str(), value.length(), 
 ZOO_OPEN_ACL_UNSAFE, ZOO_EPHEMERAL | ZOO_SEQUENCE, czoo_created, where);
 In 3.1.1, this fails with error -8 (ZBADARGUMENTS).
 Adding something after the / in the path makes the code work fine:
 string path = /nodes/n;
 I assume something is checking if the path ends in / but not checking the 
 sequence flag.

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



[jira] Updated: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-353:
-

Attachment: ZK-353.patch

this patch removes 100 warnings and 4 errors.
Still those 24 warnings needs to be fixes which requires editing the source 
file.. 

For the remaining 24 warning's I'm going to file a different jira.

tnx!

 javadoc warnings needs to be fixed 
 ---

 Key: ZOOKEEPER-353
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
 Project: Zookeeper
  Issue Type: Sub-task
Reporter: Giridharan Kesavan
 Attachments: ZK-353.patch


 [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
  cannot find symbol
   [javadoc] symbol  : class OutputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc] ^
   [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
  cannot find symbol
   [javadoc] symbol  : class InputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc]   ^
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
   [javadoc] 4 errors
   [javadoc] 124 warnings

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



[jira] Assigned: (ZOOKEEPER-354) to fix javadoc warning in the source files

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan reassigned ZOOKEEPER-354:


Assignee: Mahadev konar

Mahadev said he will look into this.

 to fix javadoc warning in the source files
 --

 Key: ZOOKEEPER-354
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-354
 Project: Zookeeper
  Issue Type: Sub-task
Reporter: Giridharan Kesavan
Assignee: Mahadev konar

  [javadoc] trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 60 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 62 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see: can't find create(String, byte[], ListACL, CreateMode) 
 in org.apache.zookeeper.ZooKeeper
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:499: 
 warning - @param argument flags is not a parameter name.
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating trunk/build/docs/api/stylesheet.css...
   [javadoc] 24 warnings

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



[jira] Commented: (ZOOKEEPER-349) to automate patch testing

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan commented on ZOOKEEPER-349:
--

we should do the following changes once the above listed sub-tasks gets 
revolved.. 

test-patch.sh script resides in 
http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch dir.

To get this pulled as part of Zookeeper trunk we may have to configure 
svn:externals. 

Commands to configure svn externals for test-patch.sh script.. 

check out zookeeper trunk
cd zk-trunk/src/java
export EDITOR=vim
svn propedit svn:externals test
[ the above step will open up the vim editor type in the following line and 
save it]
bin http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch
svn commit

Once this is done we can create hudson job to enable patch testing for 
zookeeper.

 to automate patch testing 
 --

 Key: ZOOKEEPER-349
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-349
 Project: Zookeeper
  Issue Type: Improvement
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan



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



[jira] Updated: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-353:
-

Status: Patch Available  (was: Open)

 javadoc warnings needs to be fixed 
 ---

 Key: ZOOKEEPER-353
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
 Project: Zookeeper
  Issue Type: Sub-task
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Attachments: ZK-353.patch


 [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
  cannot find symbol
   [javadoc] symbol  : class OutputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc] ^
   [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
  cannot find symbol
   [javadoc] symbol  : class InputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc]   ^
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
   [javadoc] 4 errors
   [javadoc] 124 warnings

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



[jira] Updated: (ZOOKEEPER-352) to add standard ant targets required by test-patch.sh script

2009-03-26 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-352:
-

Status: Patch Available  (was: Open)

 to add standard ant targets required by test-patch.sh script
 

 Key: ZOOKEEPER-352
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-352
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Attachments: ZK-352.patch




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



[jira] Updated: (ZOOKEEPER-351) to run checkstyle

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-351:


Affects Version/s: 3.0.0
   3.0.1
   3.1.0

 to run checkstyle
 -

 Key: ZOOKEEPER-351
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-351
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-351.patch




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



[jira] Updated: (ZOOKEEPER-351) to run checkstyle

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-351:


   Resolution: Fixed
Fix Version/s: 3.2.0
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

+1... 
I just committed this. thanks giri.

 to run checkstyle
 -

 Key: ZOOKEEPER-351
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-351
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-351.patch




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



[jira] Updated: (ZOOKEEPER-350) to run rats for releaseaudit

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-350:


   Resolution: Fixed
Fix Version/s: 3.2.0
 Release Note: run rats for release audits.
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

+1 for the patch... 
i just committed this.

 to run rats for releaseaudit 
 -

 Key: ZOOKEEPER-350
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-350
 Project: Zookeeper
  Issue Type: Sub-task
Affects Versions: 3.0.0, 3.0.1, 3.1.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-350.patch




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



[jira] Updated: (ZOOKEEPER-350) to run rats for releaseaudit

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-350:


Affects Version/s: 3.0.0
   3.0.1
   3.1.0

 to run rats for releaseaudit 
 -

 Key: ZOOKEEPER-350
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-350
 Project: Zookeeper
  Issue Type: Sub-task
Affects Versions: 3.0.0, 3.0.1, 3.1.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-350.patch




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



[jira] Updated: (ZOOKEEPER-350) to run rats for releaseaudit

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-350:


Affects Version/s: 3.1.1

 to run rats for releaseaudit 
 -

 Key: ZOOKEEPER-350
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-350
 Project: Zookeeper
  Issue Type: Sub-task
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-350.patch




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



[jira] Updated: (ZOOKEEPER-352) to add standard ant targets required by test-patch.sh script

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-352:


   Resolution: Fixed
Fix Version/s: 3.2.0
 Release Note: add standard test targets required by test-patch.
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

+1 for the patch. 
I just committed this. thanks giri.

 to add standard ant targets required by test-patch.sh script
 

 Key: ZOOKEEPER-352
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-352
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-352.patch




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



[jira] Updated: (ZOOKEEPER-352) to add standard ant targets required by test-patch.sh script

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-352:


Affects Version/s: 3.1.1
   3.0.0
   3.0.1
   3.1.0

 to add standard ant targets required by test-patch.sh script
 

 Key: ZOOKEEPER-352
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-352
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-352.patch




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



[jira] Updated: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-353:


Component/s: build

 javadoc warnings needs to be fixed 
 ---

 Key: ZOOKEEPER-353
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-353.patch, ZK-353.patch


 [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
  cannot find symbol
   [javadoc] symbol  : class OutputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc] ^
   [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
  cannot find symbol
   [javadoc] symbol  : class InputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc]   ^
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
   [javadoc] 4 errors
   [javadoc] 124 warnings

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



[jira] Updated: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-353:


   Resolution: Fixed
Fix Version/s: 3.2.0
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

+1 to the patch. i just committed this (thanks giri).

 javadoc warnings needs to be fixed 
 ---

 Key: ZOOKEEPER-353
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-353.patch, ZK-353.patch


 [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
  cannot find symbol
   [javadoc] symbol  : class OutputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc] ^
   [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
  cannot find symbol
   [javadoc] symbol  : class InputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc]   ^
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
   [javadoc] 4 errors
   [javadoc] 124 warnings

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



[jira] Updated: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-353:


Affects Version/s: 3.1.1
   3.0.0
   3.0.1
   3.1.0

 javadoc warnings needs to be fixed 
 ---

 Key: ZOOKEEPER-353
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-353.patch, ZK-353.patch


 [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
  cannot find symbol
   [javadoc] symbol  : class OutputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc] ^
   [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
  cannot find symbol
   [javadoc] symbol  : class InputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc]   ^
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
   [javadoc] 4 errors
   [javadoc] 124 warnings

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



[jira] Updated: (ZOOKEEPER-350) to run rats for releaseaudit

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-350:


Component/s: build

 to run rats for releaseaudit 
 -

 Key: ZOOKEEPER-350
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-350
 Project: Zookeeper
  Issue Type: Sub-task
  Components: build
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 3.2.0

 Attachments: ZK-350.patch




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



[jira] Updated: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-353:


Attachment: ZK-353.patch

the patch did not apply cleanly. it had some stubs that had been already 
committed. an updated patch.

 javadoc warnings needs to be fixed 
 ---

 Key: ZOOKEEPER-353
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
 Project: Zookeeper
  Issue Type: Sub-task
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Attachments: ZK-353.patch, ZK-353.patch


 [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
  cannot find symbol
   [javadoc] symbol  : class OutputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc] ^
   [javadoc] 
 /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
  cannot find symbol
   [javadoc] symbol  : class InputArchive
   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
 java.io.IOException {
   [javadoc]   ^
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
   [javadoc] 4 errors
   [javadoc] 124 warnings

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



[jira] Updated: (ZOOKEEPER-354) to fix javadoc warning in the source files

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-354:


  Component/s: documentation
  Description: 
 [javadoc] trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: warning 
- Tag @see:illegal character: 60 in #create(String, byte[], ListACL, 
CreateMode)
  [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: warning 
- Tag @see:illegal character: 62 in #create(String, byte[], ListACL, 
CreateMode)
  [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: warning 
- Tag @see: can't find create(String, byte[], ListACL, CreateMode) in 
org.apache.zookeeper.ZooKeeper
  [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:499: warning 
- @param argument flags is not a parameter name.
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating trunk/build/docs/api/stylesheet.css...
  [javadoc] 24 warnings



  was:

 [javadoc] trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: warning 
- Tag @see:illegal character: 60 in #create(String, byte[], ListACL, 
CreateMode)
  [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: warning 
- Tag @see:illegal character: 62 in #create(String, byte[], ListACL, 
CreateMode)
  [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: warning 
- Tag @see: can't find create(String, byte[], ListACL, CreateMode) in 
org.apache.zookeeper.ZooKeeper
  [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:499: warning 
- @param argument flags is not a parameter name.
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating trunk/build/docs/api/stylesheet.css...
  [javadoc] 24 warnings



Affects Version/s: 3.1.1
   3.0.0
   3.0.1
   3.1.0
Fix Version/s: 3.2.0

 to fix javadoc warning in the source files
 --

 Key: ZOOKEEPER-354
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-354
 Project: Zookeeper
  Issue Type: Sub-task
  Components: documentation
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Mahadev konar
 Fix For: 3.2.0

 Attachments: ZOOKEEPER-354.patch


  [javadoc] trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 60 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 62 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see: can't find create(String, byte[], ListACL, CreateMode) 
 in org.apache.zookeeper.ZooKeeper
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:499: 
 warning - @param argument flags is not a parameter name.
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating trunk/build/docs/api/stylesheet.css...
   [javadoc] 24 warnings

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



[jira] Updated: (ZOOKEEPER-348) Creating node with path ending in / with sequence flag set

2009-03-26 Thread Jeff Terrace (JIRA)

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

Jeff Terrace updated ZOOKEEPER-348:
---

Affects Version/s: 3.1.0

Confirmed same issue on 3.1.0

 Creating node with path ending in / with sequence flag set
 

 Key: ZOOKEEPER-348
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-348
 Project: Zookeeper
  Issue Type: Bug
  Components: c client
Affects Versions: 3.1.0, 3.1.1
Reporter: Jeff Terrace
Priority: Minor
 Fix For: 3.2.0


 In 3.0.1, I could create a sequence node like this:
 /nodes/001
 like this:
 string path = /nodes/;
 string value = data;
 int rc = zoo_acreate(zh, path.c_str(), value.c_str(), value.length(), 
 ZOO_OPEN_ACL_UNSAFE, ZOO_EPHEMERAL | ZOO_SEQUENCE, czoo_created, where);
 In 3.1.1, this fails with error -8 (ZBADARGUMENTS).
 Adding something after the / in the path makes the code work fine:
 string path = /nodes/n;
 I assume something is checking if the path ends in / but not checking the 
 sequence flag.

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



[jira] Commented: (ZOOKEEPER-354) to fix javadoc warning in the source files

2009-03-26 Thread Patrick Hunt (JIRA)

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

Patrick Hunt commented on ZOOKEEPER-354:


+1 for the patch. I reviewed, ran javadoc gen and it looks good.

 to fix javadoc warning in the source files
 --

 Key: ZOOKEEPER-354
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-354
 Project: Zookeeper
  Issue Type: Sub-task
  Components: documentation
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Mahadev konar
 Fix For: 3.2.0

 Attachments: ZOOKEEPER-354.patch


  [javadoc] trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 60 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 62 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see: can't find create(String, byte[], ListACL, CreateMode) 
 in org.apache.zookeeper.ZooKeeper
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:499: 
 warning - @param argument flags is not a parameter name.
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating trunk/build/docs/api/stylesheet.css...
   [javadoc] 24 warnings

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



[jira] Updated: (ZOOKEEPER-354) to fix javadoc warning in the source files

2009-03-26 Thread Mahadev konar (JIRA)

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

Mahadev konar updated ZOOKEEPER-354:


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

I just committed this.

 to fix javadoc warning in the source files
 --

 Key: ZOOKEEPER-354
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-354
 Project: Zookeeper
  Issue Type: Sub-task
  Components: documentation
Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
Reporter: Giridharan Kesavan
Assignee: Mahadev konar
 Fix For: 3.2.0

 Attachments: ZOOKEEPER-354.patch


  [javadoc] trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 60 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see:illegal character: 62 in #create(String, byte[], 
 ListACL, CreateMode)
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:597: 
 warning - Tag @see: can't find create(String, byte[], ListACL, CreateMode) 
 in org.apache.zookeeper.ZooKeeper
   [javadoc]trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java:499: 
 warning - @param argument flags is not a parameter name.
   [javadoc] Building index for all the packages and classes...
   [javadoc] Building index for all classes...
   [javadoc] Generating trunk/build/docs/api/stylesheet.css...
   [javadoc] 24 warnings

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