Author: todd Date: Fri May 6 00:57:13 2011 New Revision: 1100010 URL: http://svn.apache.org/viewvc?rev=1100010&view=rev Log: Amend previous merge to update EditsLoaderCurrent with new LAYOUT_VERSION value Modified: hadoop/hdfs/branches/HDFS-1073/src/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/EditsLoaderCurrent.java Modified: hadoop/hdfs/branches/HDFS-1073/src/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/EditsLoaderCurrent.java URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/HDFS-1073/src/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/EditsLoaderCurrent.java?rev=1100010&r1=1100009&r2=1100010&view=diff ============================================================================== --- hadoop/hdfs/branches/HDFS-1073/src/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/EditsLoaderCurrent.java (original) +++ hadoop/hdfs/branches/HDFS-1073/src/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/EditsLoaderCurrent.java Fri May 6 00:57:13 2011 @@ -40,7 +40,7 @@ class EditsLoaderCurrent implements Edit private static int[] supportedVersions = { -18, -19, -20, -21, -22, -23, -24, - -25, -26, -27, -28, -30, -31, -32, -33, -34, -35 }; + -25, -26, -27, -28, -30, -31, -32, -33, -34, -35, -36 }; private EditsVisitor v; private int editsVersion = 0;