You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -572,7 +572,7 @@ See the Apache JIRA ticket [HDFS-17531](https://issues.apache.org/jira/browse/HD
572
572
it directly places the response into the response queue. Otherwise, it forwards the ```RpcCall``` to the **Async-Handler**.
573
573
-**Async-Handler**: Puts the ```RpcCall``` into the ```connection.calls``` of the connection thread and returns immediately without blocking and waiting.
574
574
-**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```.
576
576
-**Responder**: Retrieves the response from the ```ResponseQueue``` and returns it to the client.
0 commit comments