Browse Source

HDFS-793. Set the data transfer protocol to be 19.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@888519 13f79535-47bb-0310-9956-ffa450edef68
Hairong Kuang 15 years ago
parent
commit
832546ac07

+ 2 - 2
src/java/org/apache/hadoop/hdfs/protocol/DataTransferProtocol.java

@@ -40,11 +40,11 @@ public interface DataTransferProtocol {
    * when protocol changes. It is not very obvious. 
    */
   /*
-   * Version 18:
+   * Version 19:
    *    Change the block packet ack protocol to include seqno,
    *    numberOfReplies, reply0, reply1, ...
    */
-  public static final int DATA_TRANSFER_VERSION = 18;
+  public static final int DATA_TRANSFER_VERSION = 19;
 
   /** Operation */
   public enum Op {