[jira] Created: (ZOOKEEPER-292) commit configure scripts (autotools) to svn for c projects and include in release

2009-02-04 Thread Patrick Hunt (JIRA)
commit configure scripts (autotools) to svn for c projects and include in release - Key: ZOOKEEPER-292 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-292 Project: Z

Re: [VOTE] Release ZooKeeper 3.1.0 (candidate 0)

2009-02-04 Thread Patrick Hunt
I've pushed a new release candidate (rc1 - separate email). This is a really interesting issue, I learned something new today. :-) It seems that switch case requires _compile time_ constant expression, it's not good enough to use a "static final"! ZOOKEEPER-291 fixes the issue and is included

[VOTE] Release ZooKeeper 3.1.0 (candidate 1)

2009-02-04 Thread Patrick Hunt
I've created a new candidate (rc1) that fixes an issue raised by a user (thanks Stu!) during review: https://issues.apache.org/jira/browse/ZOOKEEPER-291 The release notes were also updated to reflect this change. Otw there are no other changes. *** Please download, test and VOTE before the ***

[jira] Commented: (ZOOKEEPER-290) Bad Address on Bookie

2009-02-04 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670548#action_12670548 ] Benjamin Reed commented on ZOOKEEPER-290: - can you reproduce this? i'm wondering

[jira] Updated: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-04 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-291: Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch

[jira] Commented: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-04 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670435#action_12670435 ] Mahadev konar commented on ZOOKEEPER-291: - +1 for the patch. > regression for l

[jira] Updated: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-04 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-291: --- Status: Patch Available (was: Open) Please review and commit this patch - it needs to be

[jira] Updated: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-04 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-291: --- Attachment: ZOOKEEPER-291.patch I added tests (that failed w/o the changes) to verify that

[jira] Assigned: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-04 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-291: -- Assignee: Patrick Hunt > regression for legacy code using KeeperException.Code const

[jira] Created: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-04 Thread Patrick Hunt (JIRA)
regression for legacy code using KeeperException.Code constants (due to 246) Key: ZOOKEEPER-291 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-291 Project: Zookeeper

[jira] Updated: (ZOOKEEPER-281) autoreconf fails for /zookeeper-3.0.1/src/c/

2009-02-04 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-281: --- Fix Version/s: (was: 3.0.1) 3.2.0 Updating fix release to 3.2 - we'

[jira] Updated: (ZOOKEEPER-246) review error code definition in both source and docs

2009-02-04 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-246: --- Hadoop Flags: [Incompatible change, Reviewed] (was: [Reviewed]) > review error code defin

[jira] Updated: (ZOOKEEPER-281) autoreconf fails for /zookeeper-3.0.1/src/c/

2009-02-04 Thread Maxim P. Dementiev (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim P. Dementiev updated ZOOKEEPER-281: - Fix Version/s: 3.0.1 Release Note: Introduces compatibility with new GNU A

[jira] Updated: (ZOOKEEPER-281) autoreconf fails for /zookeeper-3.0.1/src/c/

2009-02-04 Thread Maxim P. Dementiev (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim P. Dementiev updated ZOOKEEPER-281: - Attachment: configure-autoreconf-2.63.gz Dear Patrick, Your patch works fine

Re: [VOTE] Release ZooKeeper 3.1.0 (candidate 0)

2009-02-04 Thread Patrick Hunt
I failed to mark 246 as an incompatible change in JIRA/releasenotes: https://issues.apache.org/jira/browse/ZOOKEEPER-246 KeeperException.Code was changed from an interface to an enum, the old camel case Code fields (Ok, NoNode, etc...) were deprecated and replaced by upper case versions (OK, NO

RE: [VOTE] Release ZooKeeper 3.1.0 (candidate 0)

2009-02-04 Thread Stu Hood
This candidate passes all of our unit tests. Has the disk or wire format changed from 3.0.1 to 3.1.0? There was one difference that prevented our code base from building immediately: the deprecated integers in KeeperException.Code were not working in switch statements anymore: > [javac] Compili

[jira] Commented: (ZOOKEEPER-289) add debug messages to nioserver select loop.

2009-02-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670311#action_12670311 ] Hudson commented on ZOOKEEPER-289: -- Integrated in ZooKeeper-trunk #219 (See [http://hu

[jira] Updated: (ZOOKEEPER-290) Bad Address on Bookie

2009-02-04 Thread Flavio Paiva Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Paiva Junqueira updated ZOOKEEPER-290: - Component/s: contrib-bookkeeper > Bad Address on Bookie >

[jira] Created: (ZOOKEEPER-290) Bad Address on Bookie

2009-02-04 Thread Flavio Paiva Junqueira (JIRA)
Bad Address on Bookie - Key: ZOOKEEPER-290 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-290 Project: Zookeeper Issue Type: Bug Reporter: Flavio Paiva Junqueira Fix For: 3.2.0 I'm getting