[
https://issues.apache.org/jira/browse/HDFS-17087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haiyang Hu updated HDFS-17087:
------------------------------
Description:
DataXceiver#readBlock code is:
{code:java}
...
read = blockSender.sendBlock(out, baseStream, null); // send data
..
{code}
Current DataXceiver#readBlock doesn't throttler, maybe we can support throttle
for reading block satisfied catering for specific scenarios.
Default read throttler value is still null.
> Add Throttler for datanode reading block
> -----------------------------------------
>
> Key: HDFS-17087
> URL: https://issues.apache.org/jira/browse/HDFS-17087
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Haiyang Hu
> Assignee: Haiyang Hu
> Priority: Major
>
> DataXceiver#readBlock code is:
> {code:java}
> ...
> read = blockSender.sendBlock(out, baseStream, null); // send data
> ..
> {code}
> Current DataXceiver#readBlock doesn't throttler, maybe we can support
> throttle for reading block satisfied catering for specific scenarios.
> Default read throttler value is still null.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]