Re: zkpython improvements

2012-04-04 Thread Henry Robinson
Hi Duncan - Great that you're working on the python bindings! That's very cool. Regarding your questions, answers inline. On 28 March 2012 14:52, Duncan Findlay wrote: > I've been working on some improvements to the ZooKeeper python bindings > and I was hoping (eventually) to submit them upstr

[jira] [Created] (ZOOKEEPER-1443) API docs for trunk returns 404

2012-04-04 Thread Michi Mutsuzaki (Created) (JIRA)
API docs for trunk returns 404 -- Key: ZOOKEEPER-1443 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1443 Project: ZooKeeper Issue Type: Bug Components: documentation Reporter: Michi Mu

Re: Connection refused exception

2012-04-04 Thread Ted Yu
That's right. On Wed, Apr 4, 2012 at 1:26 PM, Patrick Hunt wrote: > Your point being that this should be an info message rather than a > warning? (which sounds reasonable to me) > > Patrick > > On Wed, Apr 4, 2012 at 10:33 AM, Ted Yu wrote: > > Hi, > > We use zookeeper 3.3.5 > > From the output

Re: Connection refused exception

2012-04-04 Thread Patrick Hunt
Your point being that this should be an info message rather than a warning? (which sounds reasonable to me) Patrick On Wed, Apr 4, 2012 at 10:33 AM, Ted Yu wrote: > Hi, > We use zookeeper 3.3.5 > From the output of one of our integration tests: > > [org.apache.zookeeper.ClientCnxn] [WARN] Sessio

Connection refused exception

2012-04-04 Thread Ted Yu
Hi, We use zookeeper 3.3.5 >From the output of one of our integration tests: [org.apache.zookeeper.ClientCnxn] [WARN] Session 0x1367bfbdcae0006 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused at sun.nio.ch.Socket

[jira] [Created] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-04 Thread Jeremy Stribling (Created) (JIRA)
Uncaught exception handler should exit on a java.lang.Error --- Key: ZOOKEEPER-1442 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1442 Project: ZooKeeper Issue Type: Bug

Re: PerChannelBookieClient disconnects from Bookies

2012-04-04 Thread Flavio Junqueira
The exceptions seem to indicate that they couldn't find files to compact. Without more information it is hard to tell, but it doesn't look like that is what's causing your problems. Also, the load you're imposing shouldn't be saturating, unless you're underprovisioning. Are you using two disks f

[jira] [Commented] (ZOOKEEPER-1355) Add zk.updateServerList(newServerList)

2012-04-04 Thread Alexander Shraer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246415#comment-13246415 ] Alexander Shraer commented on ZOOKEEPER-1355: - Done. I updated the new pat

Re: Review Request: Add zk.updateServerList(newServerList)

2012-04-04 Thread Alexander Shraer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3781/ --- (Updated 2012-04-04 16:08:36.283614) Review request for zookeeper. Changes ---

[jira] [Updated] (BOOKKEEPER-208) Separate write quorum from ack quorum

2012-04-04 Thread Ivan Kelly (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Kelly updated BOOKKEEPER-208: -- Attachment: BOOKKEEPER-208.diff Here's a rough draft of what I think it should look like. W

Re: Review Request: Add zk.updateServerList(newServerList)

2012-04-04 Thread Alexander Shraer
> On 2012-02-08 16:52:38, fpj wrote: > > /src/java/test/org/apache/zookeeper/test/StaticHostProviderTest.java, line > > 142 > > > > > > If I understand correctly, this assertion will probably fail sometimes. > > I under

Re: Review Request: Add zk.updateServerList(newServerList)

2012-04-04 Thread Alexander Shraer
> On 2012-02-07 23:12:15, Ted Yu wrote: > > /src/java/main/org/apache/zookeeper/ZooKeeper.java, line 105 > > > > > > Should read 'new comma separated' thanks, fixed > On 2012-02-07 23:12:15, Ted Yu wrote: > > /src/java

Re: Please vote for ZOOKEEPER-107 to be presented in the Hadoop Summit

2012-04-04 Thread Camille Fournier
Congrats alex that's great news! C On Apr 4, 2012 1:51 AM, "Alexander Shraer" wrote: > Thanks everyone for voting! With > 200 votes this project won the > popularity contest in its track and > will presented it in the Hadoop Summit!! > > > Alex > > > On Mon, Mar 12, 2012 at 3:03 PM, Alexander S

[jira] [Commented] (ZOOKEEPER-1355) Add zk.updateServerList(newServerList)

2012-04-04 Thread Flavio Junqueira (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246175#comment-13246175 ] Flavio Junqueira commented on ZOOKEEPER-1355: - There are currently two sep