瀏覽代碼

HDFS-14138. [SBN read] Description errors in the comparison logic of transaction ID. Contributed by xiangheng.

Chen Liang 6 年之前
父節點
當前提交
cae279610b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java

+ 1 - 1
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java

@@ -2784,7 +2784,7 @@ public abstract class Server {
               call.getClientStateId() > alignmentContext.getLastSeenStateId()) {
             /*
              * The call processing should be postponed until the client call's
-             * state id is aligned (>=) with the server state id.
+             * state id is aligned (<=) with the server state id.
 
              * NOTE:
              * Inserting the call back to the queue can change the order of call