[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-16 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435943#comment-13435943
 ] 

Hudson commented on HDFS-3796:
--

Integrated in Hadoop-Hdfs-trunk #1136 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1136/])
HDFS-3796. Speed up edit log tests by avoiding fsync(). Contributed by Todd 
Lipcon. (Revision 1373567)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1373567
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/EditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFileJournalManager.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestNameNodeRecovery.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSecurityTokenEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestEditLogsDuringFailover.java


 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Fix For: 3.0.0, 2.2.0-alpha

 Attachments: hdfs-3796.txt, hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-16 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435974#comment-13435974
 ] 

Hudson commented on HDFS-3796:
--

Integrated in Hadoop-Mapreduce-trunk #1168 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1168/])
HDFS-3796. Speed up edit log tests by avoiding fsync(). Contributed by Todd 
Lipcon. (Revision 1373567)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1373567
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/EditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFileJournalManager.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestNameNodeRecovery.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSecurityTokenEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestEditLogsDuringFailover.java


 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Fix For: 3.0.0, 2.2.0-alpha

 Attachments: hdfs-3796.txt, hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-15 Thread Aaron T. Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435225#comment-13435225
 ] 

Aaron T. Myers commented on HDFS-3796:
--

+1, the patch looks good to me.

 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Attachments: hdfs-3796.txt, hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435451#comment-13435451
 ] 

Hudson commented on HDFS-3796:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #2608 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2608/])
HDFS-3796. Speed up edit log tests by avoiding fsync(). Contributed by Todd 
Lipcon. (Revision 1373567)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1373567
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/EditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFileJournalManager.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestNameNodeRecovery.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSecurityTokenEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestEditLogsDuringFailover.java


 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Fix For: 3.0.0, 2.2.0-alpha

 Attachments: hdfs-3796.txt, hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435468#comment-13435468
 ] 

Hudson commented on HDFS-3796:
--

Integrated in Hadoop-Hdfs-trunk-Commit #2646 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2646/])
HDFS-3796. Speed up edit log tests by avoiding fsync(). Contributed by Todd 
Lipcon. (Revision 1373567)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1373567
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/EditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFileJournalManager.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestNameNodeRecovery.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSecurityTokenEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestEditLogsDuringFailover.java


 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Fix For: 3.0.0, 2.2.0-alpha

 Attachments: hdfs-3796.txt, hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435472#comment-13435472
 ] 

Hudson commented on HDFS-3796:
--

Integrated in Hadoop-Common-trunk-Commit #2581 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2581/])
HDFS-3796. Speed up edit log tests by avoiding fsync(). Contributed by Todd 
Lipcon. (Revision 1373567)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1373567
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/EditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLogFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFileJournalManager.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestNameNodeRecovery.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSecurityTokenEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestEditLogsDuringFailover.java


 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Fix For: 3.0.0, 2.2.0-alpha

 Attachments: hdfs-3796.txt, hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-14 Thread Colin Patrick McCabe (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434204#comment-13434204
 ] 

Colin Patrick McCabe commented on HDFS-3796:


Great idea.  I think we should also do this in {{TestNameNodeRecovery}}, 
{{TestFileJournalManager}}, {{TestSecurityTokenEditLog}}, 
{{TestEditLogsDuringFailover}}, and {{TestEditLogFileOutputStream}}.

 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Attachments: hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434778#comment-13434778
 ] 

Hadoop QA commented on HDFS-3796:
-

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12540938/hdfs-3796.txt
  against trunk revision .

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

+1 tests included.  The patch appears to include 6 new or modified test 
files.

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

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

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

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

+1 core tests.  The patch passed unit tests in 
hadoop-hdfs-project/hadoop-hdfs.

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

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/3008//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/3008//console

This message is automatically generated.

 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Attachments: hdfs-3796.txt, hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-13 Thread Suresh Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433692#comment-13433692
 ] 

Suresh Srinivas commented on HDFS-3796:
---

Todd, do multiple junit tests reuse JVM? If so, you are better off adding this 
to @BeforeClass and @AfterClass?

 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Attachments: hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-13 Thread Todd Lipcon (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433699#comment-13433699
 ] 

Todd Lipcon commented on HDFS-3796:
---

Hey Suresh. Nope, each junit class file runs in its own JVM. We make use of the 
static {} pattern for setting log levels as well, so I think this should be 
considered equivalent.

 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Attachments: hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-13 Thread Suresh Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433704#comment-13433704
 ] 

Suresh Srinivas commented on HDFS-3796:
---

Well I thought we use a specific LOG to do that.

+1 for the patch.

 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Attachments: hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3796) Speed up edit log tests by avoiding fsync()

2012-08-13 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433841#comment-13433841
 ] 

Hadoop QA commented on HDFS-3796:
-

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12540787/hdfs-3796.txt
  against trunk revision .

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

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

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

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

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

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

+1 core tests.  The patch passed unit tests in 
hadoop-hdfs-project/hadoop-hdfs.

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

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/2998//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/2998//console

This message is automatically generated.

 Speed up edit log tests by avoiding fsync()
 ---

 Key: HDFS-3796
 URL: https://issues.apache.org/jira/browse/HDFS-3796
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: test
Affects Versions: 3.0.0, 2.2.0-alpha
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Minor
 Attachments: hdfs-3796.txt


 Our edit log tests are very slow because they incur a lot of fsyncs as they 
 write out transactions. Since fsync() has no effect except in the case of 
 power outages or system crashes, and we don't care about power outages in the 
 context of tests, we can safely skip the fsync without any loss in coverage.
 In my tests, this sped up TestEditLog by about 5x. The testFuzzSequences test 
 case improved from ~83 seconds with fsync to about 5 seconds without. These 
 results are from my SSD laptop - they are probably even more drastic on 
 spinning media.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira