You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/08/20 03:22:54 UTC

[GitHub] [hadoop] ayushtkn commented on a change in pull request #3307: HDFS-16175.Improve the configurable value of Server #PURGE_INTERVAL_NANOS.

ayushtkn commented on a change in pull request #3307:
URL: https://github.com/apache/hadoop/pull/3307#discussion_r692630502



##########
File path: hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
##########
@@ -2460,6 +2460,14 @@
     </description>
 </property>
 
+<property>
+  <name>ipc.server.purge.interval</name>
+  <value>15</value>
+  <description>In Server, how often will Calls be cleaned up?

Review comment:
       nit: 
   Can remove the question mark. Asking question in the description will not make sense. :-)
   Please rephrase it just tell this configuration defines how often the calls will get cleaned up in the server.




-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org