You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Daryn Sharp (JIRA)" <ji...@apache.org> on 2014/07/29 23:59:39 UTC

[jira] [Created] (HDFS-6773) MiniDFSCluster can run dramatically faster

Daryn Sharp created HDFS-6773:
---------------------------------

             Summary: MiniDFSCluster can run dramatically faster
                 Key: HDFS-6773
                 URL: https://issues.apache.org/jira/browse/HDFS-6773
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: namenode
    Affects Versions: 2.0.0-alpha, 3.0.0
            Reporter: Daryn Sharp


The mini cluster is unnecessarily running with durable edit logs.  The following change cut runtime of a single test from ~30s to ~10s.

{code}EditLogFileOutputStream.setShouldSkipFsyncForTesting(true);{code}

The mini cluster should default to this behavior after identifying the few edit log tests that probably depend on durable logs.



--
This message was sent by Atlassian JIRA
(v6.2#6252)