[
https://issues.apache.org/jira/browse/HDFS-16175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
JiangHua Zhu updated HDFS-16175:
--------------------------------
Description:
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);
was:
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.
> 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
>
> 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]