This is an automated email from the ASF dual-hosted git repository.

cliang pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 2e7610a0295ca72fc59858eac75e73baba8bf729
Author: Chen Liang <[email protected]>
AuthorDate: Fri Dec 14 13:06:38 2018 -0800

    HDFS-14138. [SBN read] Description errors in the comparison logic of 
transaction ID. Contributed by xiangheng.
---
 .../hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3d49b68..c684314 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
@@ -2741,7 +2741,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