Skip to content

Commit 8743956

Browse files
committed
fix
1 parent 5393932 commit 8743956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ See the Apache JIRA ticket [HDFS-17531](https://issues.apache.org/jira/browse/HD
572572
it directly places the response into the response queue. Otherwise, it forwards the ```RpcCall``` to the **Async-Handler**.
573573
- **Async-Handler**: Puts the ```RpcCall``` into the ```connection.calls``` of the connection thread and returns immediately without blocking and waiting.
574574
- **Async-Responder**: Is responsible for processing the response received by the connection thread. If the ```RpcCall``` needs to be retried (such as the downstream service returns a ```StandbyException```),
575-
it re-adds the ```RpcCall``` to the **Async-Handler**; otherwise, it puts the response into the ```ResponseQueue```.
575+
it re-adds the ```RpcCall``` to the ```connection.calls```; otherwise, it puts the response into the ```ResponseQueue```.
576576
- **Responder**: Retrieves the response from the ```ResponseQueue``` and returns it to the client.
577577

578578
### Advantages of the Asynchronous Router Rpc

0 commit comments

Comments
 (0)