HDFS-14138. [SBN read] Description errors in the comparison logic of transaction ID. Contributed by xiangheng.
This commit is contained in:
parent
a86d955aa7
commit
49bdc53b66
|
@ -2669,7 +2669,7 @@ public abstract class Server {
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue