Browse Source

Increment ClientProtocol.versionID missed by HADOOP-2585. Contributed by Konstantin Shvachko.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@647338 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Shvachko 17 years ago
parent
commit
c344f9b8cd
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/java/org/apache/hadoop/dfs/ClientProtocol.java

+ 2 - 0
CHANGES.txt

@@ -19,6 +19,8 @@ Trunk (unreleased changes)
     HADOOP-2905. 'fsck -move' triggers NPE in NameNode. 
     (Lohit Vjayarenu via rangadi)
 
+    Increment ClientProtocol.versionID missed by HADOOP-2585. (shv)
+
 Release 0.17.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 1
src/java/org/apache/hadoop/dfs/ClientProtocol.java

@@ -39,7 +39,7 @@ interface ClientProtocol extends VersionedProtocol {
    * The log of historical changes can be retrieved from the svn).
    * 28 : rollEditLog() returns CheckpointSignature instead of long.
    */
-  public static final long versionID = 27L;
+  public static final long versionID = 28L;
   
   ///////////////////////////////////////
   // File contents