anujmodi2021 commented on code in PR #7287:
URL: https://github.com/apache/hadoop/pull/7287#discussion_r1916313861
##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java:
##########
@@ -165,6 +165,7 @@ public static Object getExternalHandler() {
private final byte[] clientId;
private final int maxAsyncCalls;
private final AtomicInteger asyncCallCounter = new AtomicInteger(0);
+ private final int asyncCalllPermitsTimeoutMs;
Review Comment:
nit: an extra `l` in variable name.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]