You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2013/05/02 02:04:25 UTC

svn commit: r1478240 - /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java

Author: jmhsieh
Date: Thu May  2 00:04:25 2013
New Revision: 1478240

URL: http://svn.apache.org/r1478240
Log:
REVERT HBASE-8469.  Breaks TestOpenedRegionHandler unit test.

Modified:
    hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java

Modified: hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java?rev=1478240&r1=1478239&r2=1478240&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java (original)
+++ hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java Thu May  2 00:04:25 2013
@@ -216,10 +216,6 @@ public class HBaseTestingUtility extends
 
     // a hbase checksum verification failure will cause unit tests to fail
     ChecksumUtil.generateExceptionForChecksumFailureForTest(true);
-    
-    // hadoop-2.0.5+'s HDFS-4305 by default enforces a min blocks size of 1024*1024.  Many unit
-    // tests that use the hlog use smaller blocks.  Setting this config to 0 to have tets pass
-    conf.setInt("dfs.namenode.fs-limits.min-block-size", 0);
   }
 
   /**