[jira] Updated: (ZOOKEEPER-464) Need procedure to garbage collect ledgers

2010-04-02 Thread Erwin Tam (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwin Tam updated ZOOKEEPER-464: Status: Patch Available (was: Open) > Need procedure to garbage collect ledgers > -

[jira] Updated: (ZOOKEEPER-464) Need procedure to garbage collect ledgers

2010-04-02 Thread Erwin Tam (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwin Tam updated ZOOKEEPER-464: Attachment: ZOOKEEPER-464.patch Updated patch incorporating the feedback from Flavio. Note that

[jira] Commented: (ZOOKEEPER-724) Improve junit test integration - log harness information

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

Hudson build is back to normal : ZooKeeper-trunk #777

2010-04-02 Thread Apache Hudson Server
See

Re: Zookeeper Contributor Workshop

2010-04-02 Thread Patrick Hunt
I've never done one so I don't know. I don't see why we couldn't setup a phone conference though. Might be hard to see the whiteboard, etc... . ;-) I've noted it down to try and make this happen. Thanks! Patrick On 04/02/2010 11:11 AM, Vishal K wrote: Hi Patrick, This will be certainly very

Re: Zookeeper Contributor Workshop

2010-04-02 Thread Vishal K
Hi Patrick, This will be certainly very interesting. Since I haven't been to these events in the past. I assume one can participate (at least listen) from remote locations. -Vishal On Fri, Apr 2, 2010 at 11:45 AM, Patrick Hunt wrote: > I was thinking that we could have a few presentations on s

Re: QA effort to support windows as a production platform

2010-04-02 Thread Patrick Hunt
Pretty seamless, just do a rolling upgrade (see the faq) of the servers. Then upgrade your clients. Code APIs on the client are all b/w compat. Patrick On 04/02/2010 10:41 AM, Vishal K wrote: Hi Patrick, We have not upgraded to 3.3.0 yet. We are using 3.2.2. I did notice the windows specific

Re: QA effort to support windows as a production platform

2010-04-02 Thread Vishal K
Hi Patrick, We have not upgraded to 3.3.0 yet. We are using 3.2.2. I did notice the windows specific batch files in 3.3.0. How seemless is upgrade from 3.2.2 - > 3.3.0? I will let you know if I run into any windows related problems. Thanks. On Fri, Apr 2, 2010 at 11:40 AM, Patrick Hunt wrote:

[jira] Commented: (ZOOKEEPER-679) Offers a node design for interacting with the Java Zookeeper client.

2010-04-02 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852869#action_12852869 ] Hadoop QA commented on ZOOKEEPER-679: - +1 overall. Here are the results of testing

[jira] Updated: (ZOOKEEPER-679) Offers a node design for interacting with the Java Zookeeper client.

2010-04-02 Thread Aaron Crow (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Crow updated ZOOKEEPER-679: - Status: Patch Available (was: In Progress) > Offers a node design for interacting with the Ja

[jira] Commented: (ZOOKEEPER-719) Add throttling to BookKeeper client

2010-04-02 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852852#action_12852852 ] Patrick Hunt commented on ZOOKEEPER-719: 3. tests missing > Add throttling to

Re: Zookeeper Contributor Workshop

2010-04-02 Thread Patrick Hunt
I was thinking that we could have a few presentations on some interesting internal implementation detail that would be educational for contributors. The guts of the server in particular which can be difficult to grok w/o support from experienced developers. After that we could have some Q/A or

Re: QA effort to support windows as a production platform

2010-04-02 Thread Patrick Hunt
Are you using 3.3.0? 3.3.0 included a number of fixes for cygwin and includes windows specific batch files. If you are planning to deploy to production on windows I'd encourage you to develop under windows directly as well. If you find issues, bugs, etc... be sure to enter JIRAs. Don't worry,

[jira] Updated: (ZOOKEEPER-719) Add throttling to BookKeeper client

2010-04-02 Thread Flavio Paiva Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Paiva Junqueira updated ZOOKEEPER-719: - Status: Open (was: Patch Available) I'm not happy with this patch for

Re: QA effort to support windows as a production platform

2010-04-02 Thread Vishal K
Hi, I was able to start zookeeper on windows using cygwin. I had to do minor changes to the shell scripts to use cygpath wherever needed. I will run a few tests and post the progress. I greped through the zookeeper sources just to check if ZK is using any native code. I didn't find any, but just t