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

2019-07-25 Thread cliang
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 
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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



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

2019-06-28 Thread cliang
This is an automated email from the ASF dual-hosted git repository.

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

commit 790831824f999cf7fc53f9b185404949717fb263
Author: Chen Liang 
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 4f11541..1c958b8 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
@@ -2746,7 +2746,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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org