[jira] Commented: (ZOOKEEPER-516) add support for 10 minute test ie pre-commit test

2009-09-12 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12754493#action_12754493
 ] 

Hadoop QA commented on ZOOKEEPER-516:
-

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12419349/ZOOKEEPER-516.patch
  against trunk revision 808557.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 98 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-h8.grid.sp2.yahoo.net/6/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-h8.grid.sp2.yahoo.net/6/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-h8.grid.sp2.yahoo.net/6/console

This message is automatically generated.

 add support for 10 minute test ie pre-commit test
 ---

 Key: ZOOKEEPER-516
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-516
 Project: Zookeeper
  Issue Type: Task
  Components: tests
Reporter: Patrick Hunt
Assignee: Patrick Hunt
Priority: Minor
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-516.patch


 Our unit tests are now taking  10 minutes (20 actually). We need to set 
 things up such that we have a  10 minute pre commit build, and a longer 
 running test of tests (unbounded for all intents/purposes). Mainly this 
 requires us to categorize our tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Hello, I have a question about the performance improvement from 3.1 to 3.2

2009-09-12 Thread DaiLionel(戴武川)
Dear sir:
   It is said In version 3.2 r/w performance improved by ~2x
compared to the previous 3.1
releasehttp://hadoop.apache.org/zookeeper/docs/r3.1.1/zookeeperOver.html#Performance.
 I have diff the src of the tow version, and find out the difference of
FileTxnLog.java, which uses BufferedOutputStream. Could you tell me some
detail about the performance improvement. Like algorithm, coding, data
structure optimization.   Thank you for your help.

  Lionel.Dai


[jira] Closed: (ZOOKEEPER-308) improve the atomic broadcast performance 3x

2009-09-12 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt closed ZOOKEEPER-308.
--


closing as fixed in 3.2.0

 improve the atomic broadcast performance 3x
 ---

 Key: ZOOKEEPER-308
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-308
 Project: Zookeeper
  Issue Type: Improvement
  Components: server
Reporter: Benjamin Reed
Assignee: Benjamin Reed
 Fix For: 3.2.0

 Attachments: dat.png, ZOOKEEPER-308.patch, ZOOKEEPER-308.patch, 
 ZOOKEEPER-308.patch


 We need a benchmark for zab, the atomic broadcast protocol of zookeeper. we 
 can also do some small tweaks to make zab go much faster.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-308) improve the atomic broadcast performance 3x

2009-09-12 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-308:
---

Fix Version/s: 3.2.0

somehow this slipped through w/o a fix version number and is only now being 
corrected - marking as fixed in 3.2.0

 improve the atomic broadcast performance 3x
 ---

 Key: ZOOKEEPER-308
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-308
 Project: Zookeeper
  Issue Type: Improvement
  Components: server
Reporter: Benjamin Reed
Assignee: Benjamin Reed
 Fix For: 3.2.0

 Attachments: dat.png, ZOOKEEPER-308.patch, ZOOKEEPER-308.patch, 
 ZOOKEEPER-308.patch


 We need a benchmark for zab, the atomic broadcast protocol of zookeeper. we 
 can also do some small tweaks to make zab go much faster.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Hello, I have a question about the performance improvement from 3.1 to 3.2

2009-09-12 Thread Patrick Hunt

I think this is one of the big ones in addition to what you mentioned:
https://issues.apache.org/jira/browse/ZOOKEEPER-308

Patrick

DaiLionel(???) wrote:

Dear sir:
   It is said In version 3.2 r/w performance improved by ~2x
compared to the previous 3.1
releasehttp://hadoop.apache.org/zookeeper/docs/r3.1.1/zookeeperOver.html#Performance.
 I have diff the src of the tow version, and find out the difference of
FileTxnLog.java, which uses BufferedOutputStream. Could you tell me some
detail about the performance improvement. Like algorithm, coding, data
structure optimization.   Thank you for your help.

  Lionel.Dai