hfutatzhanghb commented on code in PR #7521:
URL: https://github.com/apache/hadoop/pull/7521#discussion_r2004628632


##########
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml:
##########
@@ -2404,6 +2404,16 @@ The switch to turn S3A auditing on or off.
 
 
 <!-- ipc properties -->
+<property>
+  <name>ipc.client.async.calls.check.enable</name>

Review Comment:
   Hi, @szetszwo . Thanks a lot for reviewing. Looks Good because it can 
prevent introduce a new configuraton.
   We can modify code like this? Let's here what other people say and discuss 
it.
   
   ```java
     public boolean isAsyncCallCheckEabled() {
       return maxAsyncCalls >= 0;
     }
   ```
   
   Hi, @KeeProMise . Please cc. this, thanks a lot.



-- 
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]

Reply via email to