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 committed by Konstantin V Shvachko
parent b73fb70f97
commit cae279610b
1 changed files with 1 additions and 1 deletions

View File

@ -2784,7 +2784,7 @@ public void run() {
call.getClientStateId() > alignmentContext.getLastSeenStateId()) { call.getClientStateId() > alignmentContext.getLastSeenStateId()) {
/* /*
* The call processing should be postponed until the client call's * 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: * NOTE:
* Inserting the call back to the queue can change the order of call * Inserting the call back to the queue can change the order of call