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

This commit is contained in:
Chen Liang 2018-12-14 13:06:38 -08:00
parent c1c061d767
commit 790831824f
1 changed files with 1 additions and 1 deletions

View File

@ -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