haiyang1987 commented on code in PR #6146:
URL: https://github.com/apache/hadoop/pull/6146#discussion_r1363627747


##########
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml:
##########
@@ -2512,12 +2512,22 @@ The switch to turn S3A auditing on or off.
 </property>
 
 <property>
-    <name>ipc.server.log.slow.rpc</name>
-    <value>false</value>
-    <description>This setting is useful to troubleshoot performance issues for
-     various services. If this value is set to true then we log requests that
-     fall into 99th percentile as well as increment RpcSlowCalls counter.
-    </description>
+  <name>ipc.server.log.slow.rpc</name>
+  <value>false</value>
+  <description>This setting is useful to troubleshoot performance issues for
+   various services. If this value is set to true then we log requests that
+   fall into 99th percentile as well as increment RpcSlowCalls counter.
+  </description>
+</property>

Review Comment:
   Thanks @ZanderXu  quick review, has been updated PR



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