浏览代码

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 年之前
父节点
当前提交
832546ac07
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/java/org/apache/hadoop/hdfs/protocol/DataTransferProtocol.java

+ 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 {