szetszwo commented on code in PR #7521: URL: https://github.com/apache/hadoop/pull/7521#discussion_r2004247182
########## 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: Instead of adding another conf, how about having ipc.client.async.calls.max set to -1 for disabling it? -- 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]
