[ 
https://issues.apache.org/jira/browse/HDFS-16175?focusedWorklogId=640126&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-640126
 ]

ASF GitHub Bot logged work on HDFS-16175:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Aug/21 05:50
            Start Date: 20/Aug/21 05:50
    Worklog Time Spent: 10m 
      Work Description: jianghuazhu commented on a change in pull request #3307:
URL: https://github.com/apache/hadoop/pull/3307#discussion_r692683222



##########
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:
       Thanks @ayushtkn for the comment.
   I will make some changes later.




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 640126)
    Time Spent: 3h 10m  (was: 3h)

> Improve the configurable value of Server #PURGE_INTERVAL_NANOS
> --------------------------------------------------------------
>
>                 Key: HDFS-16175
>                 URL: https://issues.apache.org/jira/browse/HDFS-16175
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> In Server, Server #PURGE_INTERVAL_NANOS is a fixed value, 15.
> We can try to improve the configurable value of Server #PURGE_INTERVAL_NANOS, 
> which will make RPC more flexible.
> private final static long PURGE_INTERVAL_NANOS = TimeUnit.NANOSECONDS.convert(
>       15, TimeUnit.MINUTES);



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to