ZooKeeper_branch34 - Build # 290 - Failure

2012-07-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/290/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 175007 lines...] [junit] 2012-07-02 08:58:01,474

ZooKeeper-trunk-jdk7 - Build # 310 - Still Failing

2012-07-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk7/310/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 184177 lines...] [junit] 2012-07-02 10:19:59,040

Re: Tool for interactive fault injection testing

2012-07-02 Thread Patrick Hunt
Sounds interesting but it's not clear to me from the provided docs what it does and what am I expected to do? (canned tests or a framework for me to use). Have you been able to find any issues using this? Patrick On Mon, Jul 2, 2012 at 3:15 AM, Andrei Savu savu.and...@gmail.com wrote: Hi guys,

[jira] [Commented] (ZOOKEEPER-1427) Writing to local files is done non-atomically

2012-07-02 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405154#comment-13405154 ] Todd Lipcon commented on ZOOKEEPER-1427: The patch looks good to me. Thanks

[jira] [Commented] (ZOOKEEPER-1427) Writing to local files is done non-atomically

2012-07-02 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405283#comment-13405283 ] Flavio Junqueira commented on ZOOKEEPER-1427: - bq. Say,

Re: Tool for interactive fault injection testing

2012-07-02 Thread Flavio Junqueira
Sounds like great stuff, Andrei. Do you have a description of the faults you have injected I can access? -Flavio On Jul 2, 2012, at 10:14 PM, Andrei Savu wrote: I was unable to find any issues so far. It seems like ZooKeeper does a great job at handling network failures. This tool is

Re: Tool for interactive fault injection testing

2012-07-02 Thread Andrei Savu
Thanks Flavio! This is the rule I'm using for the demo: RULE NIO Server readPayload fails CLASS org.apache.zookeeper.server.NIOServerCnxn METHOD readPayload HELPER RandomHelper AT ENTRY IF nextInt(100) 10 DO throw new IOException(Injected by byteman); ENDRULE See:

[jira] [Commented] (ZOOKEEPER-1105) c client zookeeper_close not send CLOSE_OP request to server

2012-07-02 Thread lincoln.lee (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405501#comment-13405501 ] lincoln.lee commented on ZOOKEEPER-1105: Hi Patrick, the patch is ready for

[jira] [Commented] (BOOKKEEPER-294) Not able to start the bookkeeper before the ZK session timeout.

2012-07-02 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405039#comment-13405039 ] Ivan Kelly commented on BOOKKEEPER-294: --- I discussed this with Flavio last week,

[jira] [Commented] (BOOKKEEPER-294) Not able to start the bookkeeper before the ZK session timeout.

2012-07-02 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405041#comment-13405041 ] Ivan Kelly commented on BOOKKEEPER-294: --- Patch looks good. However, could you

[jira] [Updated] (BOOKKEEPER-294) Not able to start the bookkeeper before the ZK session timeout.

2012-07-02 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh R updated BOOKKEEPER-294: Attachment: BOOKKEEPER-294.7.patch Not able to start the bookkeeper before the ZK session

[jira] [Commented] (BOOKKEEPER-294) Not able to start the bookkeeper before the ZK session timeout.

2012-07-02 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405050#comment-13405050 ] Rakesh R commented on BOOKKEEPER-294: - Thanks Ivan. Latest patch addressing the

[jira] [Commented] (BOOKKEEPER-294) Not able to start the bookkeeper before the ZK session timeout.

2012-07-02 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405114#comment-13405114 ] Ivan Kelly commented on BOOKKEEPER-294: --- Latest patch looks good to me. +1. Will

[jira] [Commented] (BOOKKEEPER-296) It's better provide stop script for bookie

2012-07-02 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405623#comment-13405623 ] Sijie Guo commented on BOOKKEEPER-296: -- the new patch looks good to me. +1