[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread james strachan (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615546#action_12615546 ] james strachan commented on ZOOKEEPER-83: - I just took a look at the patch;

Re: Thrift interface

2008-07-22 Thread Chris Smith
I've now got a working stand-alone 'proxy' that acts as a Thrift server and a ZK client. Is this something you guys would want/accept as a contrib module? I appreciate that you already have SWIG and FUSE bindings, but I think the Thrift interface makes more sense in environments where [most] other

[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread Flavio Paiva Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615617#action_12615617 ] Flavio Paiva Junqueira commented on ZOOKEEPER-83: - I remember we had a

[jira] Commented: (ZOOKEEPER-78) added a high level protocol/feature - for easy Leader Election or exclusive Write Lock creation

2008-07-22 Thread james strachan (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615618#action_12615618 ] james strachan commented on ZOOKEEPER-78: - Great catch Benjamin! I've a working

[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615619#action_12615619 ] Hiram Chirino commented on ZOOKEEPER-83: Besides the re-organization of the

[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615620#action_12615620 ] Hiram Chirino commented on ZOOKEEPER-83: James, I think you missed it but, the

[jira] Created: (ZOOKEEPER-84) provide a mechanism to reconnect a ZooKeeper if a client receives a SessionExpiredException

2008-07-22 Thread james strachan (JIRA)
provide a mechanism to reconnect a ZooKeeper if a client receives a SessionExpiredException --- Key: ZOOKEEPER-84 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-84

[jira] Commented: (ZOOKEEPER-81) JMX module is using 1 java 6 method that has a java 5 equivalent

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615623#action_12615623 ] Hiram Chirino commented on ZOOKEEPER-81: Java 1.5 can compile this for sure with

Re: auto-reconnection ZooKeeper proxy?

2008-07-22 Thread James Strachan
I've been experimenting with the WriteLock implementation to deal with server failure; I've found that its maybe too simplistic creating a reconnecting ZooKeeper proxy; instead I'm just making it easy to retry operations (or arbitrary ZK code blocks) using a helper class (currently called

Website

2008-07-22 Thread Hiram Chirino
Is the ZooKeeper website getting moved over to Apache? I think a good website is critical for building a community around the project. Do you guys want to generate it from wiki content? For example, the http://activemq.apache.org/ site is generated from the wiki content at

[jira] Commented: (ZOOKEEPER-78) added a high level protocol/feature - for easy Leader Election or exclusive Write Lock creation

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615628#action_12615628 ] Hiram Chirino commented on ZOOKEEPER-78: If possible, it might be nice if the

[jira] Assigned: (ZOOKEEPER-2) Synchronization issues in QuorumPeer and FastLeader election

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-2: Assignee: Mahadev konar (was: Flavio Paiva Junqueira) Mahadev please review this patch.

[jira] Commented: (ZOOKEEPER-84) provide a mechanism to reconnect a ZooKeeper if a client receives a SessionExpiredException

2008-07-22 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615680#action_12615680 ] Mahadev konar commented on ZOOKEEPER-84: james, I do not understand where you

[jira] Updated: (ZOOKEEPER-84) provide a mechanism to reconnect a ZooKeeper if a client receives a SessionExpiredException

2008-07-22 Thread james strachan (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] james strachan updated ZOOKEEPER-84: Status: Patch Available (was: Open) about to submit a match - whoops forgot to add it

[jira] Updated: (ZOOKEEPER-84) provide a mechanism to reconnect a ZooKeeper if a client receives a SessionExpiredException

2008-07-22 Thread james strachan (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] james strachan updated ZOOKEEPER-84: Attachment: reconnect_patch.patch sorry I forgot to add the patch before :) here it is

Re: Website

2008-07-22 Thread Patrick Hunt
Hi Hiram, see ZOOKEEPER-70 72. We'll be following Hadoop core/hbase wrt the docs/site/wiki. Specifically using Apache Forrest for the documentation, which also generates the site. We're in the process of moving the sourceforge wiki content over from SF to apache. I'm been working with a

[jira] Assigned: (ZOOKEEPER-2) Synchronization issues in QuorumPeer and FastLeader election

2008-07-22 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar reassigned ZOOKEEPER-2: - Assignee: Flavio Paiva Junqueira (was: Mahadev konar) assigning this back to flavio

[jira] Updated: (ZOOKEEPER-66) Add NullWatcher, a watcher that does nothing

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-66: -- Resolution: Won't Fix Status: Resolved (was: Patch Available) Closing this issue.

[jira] Updated: (ZOOKEEPER-67) Add a two argument constructor to ZooKeeper that uses a NullWatcher for the default Watcher

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-67: -- Resolution: Won't Fix Status: Resolved (was: Patch Available) Closing this issue,

Re: Website

2008-07-22 Thread Hiram Chirino
On Tue, Jul 22, 2008 at 1:24 PM, Patrick Hunt [EMAIL PROTECTED] wrote: Hi Hiram, see ZOOKEEPER-70 72. We'll be following Hadoop core/hbase wrt the docs/site/wiki. Specifically using Apache Forrest for the documentation, which also generates the site. We're in the process of moving the

[jira] Commented: (ZOOKEEPER-81) JMX module is using 1 java 6 method that has a java 5 equivalent

2008-07-22 Thread Andrew Kornev (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615704#action_12615704 ] Andrew Kornev commented on ZOOKEEPER-81: Long story short -- MXBean is a runtime

[jira] Commented: (ZOOKEEPER-81) JMX module is using 1 java 6 method that has a java 5 equivalent

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615711#action_12615711 ] Hiram Chirino commented on ZOOKEEPER-81: lol.. I don't understand the aversion to

[jira] Commented: (ZOOKEEPER-81) JMX module is using 1 java 6 method that has a java 5 equivalent

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615719#action_12615719 ] Hiram Chirino commented on ZOOKEEPER-81: Furthermore, I've been looking at your

Re: Website

2008-07-22 Thread Patrick Hunt
I cloned core/hbase subprojects, so we do what's currently done by other hadoop subs. The issue has come up in the past, might be a good idea at some point but might also add even more complexity to already pretty complex process (see howtorelease page). I think we should get things setup

ASF ZooKeeper site is now live.

2008-07-22 Thread Patrick Hunt
The basic skeleton is now live http://hadoop.apache.org/zookeeper/ Still a bunch of holes that I'm working on. In particular API docs need to be added and the hadoop main site needs to be updated to include pointers to zk. Please review asap and let me know if you see issues -- update

[jira] Commented: (ZOOKEEPER-81) JMX module is using 1 java 6 method that has a java 5 equivalent

2008-07-22 Thread Andrew Kornev (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615741#action_12615741 ] Andrew Kornev commented on ZOOKEEPER-81: Would you like to verify whether or not

[jira] Commented: (ZOOKEEPER-81) JMX module is using 1 java 6 method that has a java 5 equivalent

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615749#action_12615749 ] Hiram Chirino commented on ZOOKEEPER-81: Sure.. could we get this patch committed

RE: things lock up when the client reconnects?

2008-07-22 Thread Flavio Junqueira
James, I'd like to clarify what exactly is the issue you're looking at. If you provide a list of ZooKeeper servers, then a client will try to reconnect to another ZooKeeper server upon a disconnection. Reconnecting to another server does not guarantee maintaining the same session, though. So, are

[jira] Commented: (ZOOKEEPER-81) JMX module is using 1 java 6 method that has a java 5 equivalent

2008-07-22 Thread Andrew Kornev (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615760#action_12615760 ] Andrew Kornev commented on ZOOKEEPER-81: Committed! Thanks Hiram! JMX module is

[jira] Assigned: (ZOOKEEPER-84) provide a mechanism to reconnect a ZooKeeper if a client receives a SessionExpiredException

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-84: - Assignee: james strachan Assigning to James. provide a mechanism to reconnect a

[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615764#action_12615764 ] Hiram Chirino commented on ZOOKEEPER-83: Flavio, maven provides a much more

Re: Website

2008-07-22 Thread Hiram Chirino
On Tue, Jul 22, 2008 at 2:54 PM, Patrick Hunt [EMAIL PROTECTED] wrote: I cloned core/hbase subprojects, so we do what's currently done by other hadoop subs. The issue has come up in the past, might be a good idea at some point but might also add even more complexity to already pretty complex

Re: Website

2008-07-22 Thread Patrick Hunt
The Hadoop project, including ZooKeeper, is currently using the Apache wiki. There are no plans at this time to use confluence: http://wiki.apache.org/hadoop/ZooKeeper Patrick Hiram Chirino wrote: On Tue, Jul 22, 2008 at 2:54 PM, Patrick Hunt [EMAIL PROTECTED] wrote: I cloned core/hbase

Re: Website

2008-07-22 Thread Hiram Chirino
Lol.. Apache infrastructure supports multiple wiki backends. It's up to the project to pick which one you want to you. You currently have picked MoinMoin, but you could have easily picked Confluence, just like these other Apache projects did: http://cwiki.apache.org/confluence/dashboard.action

[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615799#action_12615799 ] Doug Cutting commented on ZOOKEEPER-83: --- Is that the only issue? I think its

[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615802#action_12615802 ] Mahadev konar commented on ZOOKEEPER-83: i agree with Doug on this. We never felt

[jira] Updated: (ZOOKEEPER-70) Add skeleton forrest doc structure for ZooKeeper

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-70: -- Resolution: Fixed Status: Resolved (was: Patch Available) committed as revision

[jira] Commented: (ZOOKEEPER-80) Document process for client recipe contributions

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615817#action_12615817 ] Patrick Hunt commented on ZOOKEEPER-80: --- Ok, based on Jira comments and thread

[jira] Assigned: (ZOOKEEPER-77) NPE in jute toCSVString code

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-77: - Assignee: Benjamin Reed (was: Patrick Hunt) Assigning to Ben as this seems related to

[jira] Commented: (ZOOKEEPER-83) Switch to using maven to build ZooKeeper

2008-07-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615882#action_12615882 ] Patrick Hunt commented on ZOOKEEPER-83: --- Regardless of whether this is a good idea