[jira] Commented: (ZOOKEEPER-853) Make zookeeper.is_unrecoverable return True or False and not an integer

2010-08-31 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904571#action_12904571 ] Andrei Savu commented on ZOOKEEPER-853: --- Thanks Henry. Make

[jira] Commented: (ZOOKEEPER-858) Zookeeper appears as QuorumPeerMain in jps output, which is not very user-friendly

2010-08-31 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904587#action_12904587 ] Andrei Savu commented on ZOOKEEPER-858: --- {{jps -l}} looks user-friendly enough for

Build failed in Hudson: ZooKeeper-trunk #920

2010-08-31 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/ZooKeeper-trunk/920/changes Changes: [henry] ZOOKEEPER-853: Make zookeeper.is_unrecoverable return True or False in zkpython -- [...truncated 167935 lines...] [junit] 2010-08-31 10:50:45,403 [myid:] - INFO

[jira] Commented: (ZOOKEEPER-702) GSoC 2010: Failure Detector Model

2010-08-31 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904620#action_12904620 ] Flavio Junqueira commented on ZOOKEEPER-702: +1 to changing the API to use

[jira] Updated: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-08-31 Thread Thomas Koch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-823: -- Attachment: ZOOKEEPER-823.patch This is a refactoring of phunt's patch to separate the

[jira] Updated: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-08-31 Thread Thomas Koch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-823: -- Attachment: ZOOKEEPER-823.patch update ZooKeeper java client to optionally use Netty for

[jira] Updated: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-08-31 Thread Thomas Koch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-823: -- Attachment: (was: ZOOKEEPER-823.patch) update ZooKeeper java client to optionally use

Re: windows port of C API

2010-08-31 Thread Jan Riepshoff
Ben Collins ben.coll...@... writes: I have a working win32 port of the C API, not depending on Cygwin, that supports the single-threaded model of network interaction. It compiles in Visual Studio 2010 and works on 64 bit Windows 7. There are know issues, and it is in it's initial

RE: windows port of C API

2010-08-31 Thread Fournier, Camille F. [Tech]
I would be very interested to see any work already done and provide feedback, we need such a port and were planning on writing one ourselves. C -Original Message- From: Ben Collins [mailto:ben.coll...@foundationdb.com] Sent: Monday, August 30, 2010 5:01 PM To:

[jira] Commented: (ZOOKEEPER-822) Leader election taking a long time to complete

2010-08-31 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904684#action_12904684 ] Flavio Junqueira commented on ZOOKEEPER-822: Hi VIshal, Good catches: 1- It

Re: windows port of C API

2010-08-31 Thread Patrick Hunt
Hi Ben, that's great!. There has been some interest in this, however I'm not aware that anyone has done a port. Here's how to contrib: http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute basically you would create a JIRA and attach your patch against latest trunk svn. The committers will

[jira] Assigned: (ZOOKEEPER-804) c unit tests failing due to assertion cptr failed

2010-08-31 Thread Michi Mutsuzaki (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michi Mutsuzaki reassigned ZOOKEEPER-804: - Assignee: Michi Mutsuzaki (was: Mahadev konar) c unit tests failing due to

Re: windows port of C API

2010-08-31 Thread Patrick Hunt
Hi Ben, that's great!. There has been some interest in this, however I'm not aware that anyone has done a port. Here's how to contrib: http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute basically you would create a JIRA and attach your patch against latest trunk svn. The committers will

Re: windows port of C API

2010-08-31 Thread Ben Collins
I agree that avoiding the multiple build systems would be nice. Unfortunately, though, windows is an animal unto itself. I would be hesitant to change the whole build system over to cmake just for the ideal situation that there be one build system for all platforms. I have seen projects that

Re: windows port of C API

2010-08-31 Thread Patrick Hunt
Sounds reasonable. If we really want to be serious about it we should update hudson (or add buildbot) to build/test on cygwin/windows in addition to our current ubuntu build. But we can do it by hand to start with. Patrick On Tue, Aug 31, 2010 at 11:06 AM, Ben Collins

[jira] Updated: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-08-31 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-823: --- Status: Open (was: Patch Available) update ZooKeeper java client to optionally use

[jira] Created: (ZOOKEEPER-859) Native Windows version of C client

2010-08-31 Thread Ben Collins (JIRA)
Native Windows version of C client -- Key: ZOOKEEPER-859 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-859 Project: Zookeeper Issue Type: New Feature Components: c client Affects

[jira] Updated: (ZOOKEEPER-859) Native Windows version of C client

2010-08-31 Thread Ben Collins (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Collins updated ZOOKEEPER-859: -- Attachment: zk-win32-2010-08-31.patch config.h win32port.c

[jira] Updated: (ZOOKEEPER-859) Native Windows version of C client

2010-08-31 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-859: --- Assignee: Ben Collins Fix Version/s: 3.4.0 Native Windows version of C client

Re: High WTF count in ZooKeeper client code

2010-08-31 Thread Mahadev Konar
There isnt any documentation on the interface tagging other than the running comments. I will try to get hold of one of the hadoop folks to get me a dump of the info and will create a jira! Thanks mahadev On 8/11/10 9:56 AM, Patrick Hunt ph...@apache.org wrote: wrt defining interface

[jira] Assigned: (ZOOKEEPER-856) Connection imbalance leads to overloaded ZK instances

2010-08-31 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar reassigned ZOOKEEPER-856: --- Assignee: Mahadev konar Connection imbalance leads to overloaded ZK instances

[jira] Updated: (ZOOKEEPER-844) handle auth failure in java client

2010-08-31 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated ZOOKEEPER-844: - Status: Patch Available (was: Open) handle auth failure in java client

[jira] Updated: (ZOOKEEPER-844) handle auth failure in java client

2010-08-31 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated ZOOKEEPER-844: - Status: Open (was: Patch Available) submitting to hudson handle auth

Zoosh!

2010-08-31 Thread Michi Mutsuzaki
I created a wrapper package for Java zookeeper shell. Unlike C version, it supports command history and tab completion. $ yinst install zoosh -br test $ zoosh localhost:2181 http://dist.corp.yahoo.com/by-package/zoosh/ --Michi