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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5b10b80a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5b10b80a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5b10b80a

Branch: refs/heads/HDFS-12943
Commit: 5b10b80aee1d5798daa82b89c7d9638ed865a7d8
Parents: 9a9e366
Author: Chen Liang <[email protected]>
Authored: Fri Dec 14 13:06:38 2018 -0800
Committer: Konstantin V Shvachko <[email protected]>
Committed: Mon Dec 17 16:01:21 2018 -0800

----------------------------------------------------------------------
 .../hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5b10b80a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
index bc1a62d..bab2893 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
+++ 
b/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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to