[jira] [Updated] (ZOOKEEPER-1054) Zookeeper logs are filled with INFO messages

2011-05-25 Thread Bhallamudi Venkata Siva Kamesh (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhallamudi Venkata Siva Kamesh updated ZOOKEEPER-1054: -- Attachment: ZOOKEEPER-1054-2.patch > Zookeeper logs

[jira] [Commented] (ZOOKEEPER-1076) some quorum tests are unnecessarily extending QuorumBase

2011-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039538#comment-13039538 ] Hadoop QA commented on ZOOKEEPER-1076: -- +1 overall. Here are the results of test

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-05-25 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039500#comment-13039500 ] Benjamin Reed commented on ZOOKEEPER-965: - excellent. wrt the pending ops in th

[jira] [Commented] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-25 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039460#comment-13039460 ] Camille Fournier commented on ZOOKEEPER-1069: - The patch looks ok but coul

[jira] [Updated] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-25 Thread Vishal K (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vishal K updated ZOOKEEPER-1069: Attachment: ZOOKEEPER-1069 Attaching patch. The bug can be reproduced by killing the server

[jira] [Commented] (ZOOKEEPER-1075) Zookeeper Server cannot join an existing ensemble if the existing ensemble doesn't already have a quorum

2011-05-25 Thread Vishal Kathuria (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039429#comment-13039429 ] Vishal Kathuria commented on ZOOKEEPER-1075: I am syncing from the trunk a

[jira] [Commented] (ZOOKEEPER-1075) Zookeeper Server cannot join an existing ensemble if the existing ensemble doesn't already have a quorum

2011-05-25 Thread Vishal K (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039394#comment-13039394 ] Vishal K commented on ZOOKEEPER-1075: - Hi Vishal, Can you please attach logs? Als

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-05-25 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039388#comment-13039388 ] Camille Fournier commented on ZOOKEEPER-1046: - So I'm trying to get this p

[jira] [Created] (ZOOKEEPER-1076) some quorum tests are unnecessarily extending QuorumBase

2011-05-25 Thread Patrick Hunt (JIRA)
some quorum tests are unnecessarily extending QuorumBase Key: ZOOKEEPER-1076 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1076 Project: ZooKeeper Issue Type: Bug Comp

[jira] [Updated] (ZOOKEEPER-1076) some quorum tests are unnecessarily extending QuorumBase

2011-05-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1076: Attachment: ZOOKEEPER-1076.patch Extend ZKTestCase instead. My unit tests all (still)

[jira] [Commented] (ZOOKEEPER-1075) Zookeeper Server cannot join an existing ensemble if the existing ensemble doesn't already have a quorum

2011-05-25 Thread Vishal Kathuria (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039364#comment-13039364 ] Vishal Kathuria commented on ZOOKEEPER-1075: The issue I think is this cod

[jira] [Created] (ZOOKEEPER-1075) Zookeeper Server cannot join an existing ensemble if the existing ensemble doesn't already have a quorum

2011-05-25 Thread Vishal Kathuria (JIRA)
Zookeeper Server cannot join an existing ensemble if the existing ensemble doesn't already have a quorum Key: ZOOKEEPER-1075 URL: https://issues.apache.org/ji

Re: Why pad transaction log files?

2011-05-25 Thread Benjamin Reed
i think one of the reasons is that you don't have to keep updating the file size as you are appending, so you avoid seeks. ben On Wed, May 25, 2011 at 2:04 PM, Vishal Kher wrote: > Interesting. Do you remember why? What was the file system used during the > test? > > On Wed, May 25, 2011 at 4:23

Re: Why pad transaction log files?

2011-05-25 Thread Benjamin Reed
we run on ext3. it makes a big difference. ben On Wed, May 25, 2011 at 2:04 PM, Vishal Kher wrote: > Interesting. Do you remember why? What was the file system used during the > test? > > On Wed, May 25, 2011 at 4:23 PM, Benjamin Reed wrote: > >> we found that just growing the file got us perfo

Re: Why pad transaction log files?

2011-05-25 Thread Vishal Kher
Interesting. Do you remember why? What was the file system used during the test? On Wed, May 25, 2011 at 4:23 PM, Benjamin Reed wrote: > we found that just growing the file got us performance advantages. > > ben > > On Wed, May 25, 2011 at 11:08 AM, Vishal Kher > wrote: > > Hi, > > > > I am wor

Re: Why pad transaction log files?

2011-05-25 Thread Benjamin Reed
we found that just growing the file got us performance advantages. ben On Wed, May 25, 2011 at 11:08 AM, Vishal Kher wrote: > Hi, > > I am working on a fix for ZOOKEEPER-1069. > > While going through the Util.PadLogFile() method, it is not clear to me why > this method is really needed. It will

[jira] [Commented] (ZOOKEEPER-1074) zkServer.sh is missing nohup/sleep, which are necessary for remote invocation

2011-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039284#comment-13039284 ] Hadoop QA commented on ZOOKEEPER-1074: -- -1 overall. Here are the results of test

[jira] [Updated] (ZOOKEEPER-1074) zkServer.sh is missing nohup/sleep, which are necessary for remote invocation

2011-05-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1074: Attachment: ZOOKEEPER-1074.patch Added nohup/sleep. Note: this is very similar to what

[jira] [Created] (ZOOKEEPER-1074) zkServer.sh is missing nohup/sleep, which are necessary for remote invocation

2011-05-25 Thread Patrick Hunt (JIRA)
zkServer.sh is missing nohup/sleep, which are necessary for remote invocation - Key: ZOOKEEPER-1074 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1074 Project: ZooKeepe

[jira] [Commented] (ZOOKEEPER-1073) address a documentation issue in ZOOKEEPER-1030

2011-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039267#comment-13039267 ] Hadoop QA commented on ZOOKEEPER-1073: -- +1 overall. Here are the results of test

Why pad transaction log files?

2011-05-25 Thread Vishal Kher
Hi, I am working on a fix for ZOOKEEPER-1069. While going through the Util.PadLogFile() method, it is not clear to me why this method is really needed. It will be nice if someone can clarify its advantage. private static final ByteBuffer fill = ByteBuffer.allocateDirect(1); [...] /*

[jira] [Updated] (ZOOKEEPER-1073) address a documentation issue in ZOOKEEPER-1030

2011-05-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1073: Attachment: ZOOKEEPER-1073.patch minor change to source docs. (be sure to regen docs wh

[jira] [Created] (ZOOKEEPER-1073) address a documentation issue in ZOOKEEPER-1030

2011-05-25 Thread Patrick Hunt (JIRA)
address a documentation issue in ZOOKEEPER-1030 --- Key: ZOOKEEPER-1073 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1073 Project: ZooKeeper Issue Type: Bug Components: documentat

Re: Review Request: ZOOKEEPER-965 - Add multi operation

2011-05-25 Thread Marshall McMullen
> On 2011-05-21 02:00:22, Ted Dunning wrote: > > src/java/main/org/apache/zookeeper/ZooKeeper.java, line 801 > > > > > > What would you say about deferring this to a separate JIRA? Does the separate JIRA you created addre