[
https://issues.apache.org/jira/browse/HDDS-9904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duong updated HDDS-9904:
------------------------
Description:
Today, Ozone data reads is done in a discrete fashion via GRPC where each chunk
is modeled as a ReadChnuk response. Because of that, we got to have a big chunk
size to archive a stream-like performance.
GRPC and discrete data transfer protocol is not the perfect fit for data
transfer. We should move to use native stream, leverage Netty, to implement
data reads.
> Ozone reads as data streams
> ---------------------------
>
> Key: HDDS-9904
> URL: https://issues.apache.org/jira/browse/HDDS-9904
> Project: Apache Ozone
> Issue Type: Improvement
> Reporter: Duong
> Priority: Major
>
> Today, Ozone data reads is done in a discrete fashion via GRPC where each
> chunk is modeled as a ReadChnuk response. Because of that, we got to have a
> big chunk size to archive a stream-like performance.
> GRPC and discrete data transfer protocol is not the perfect fit for data
> transfer. We should move to use native stream, leverage Netty, to implement
> data reads.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]