[ 
https://issues.apache.org/jira/browse/HDDS-15592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-15592:
----------------------------------
    Labels: pull-request-available  (was: )

> Allocate direct memory in ChunkBuffer code slows down GRPC serialization
> ------------------------------------------------------------------------
>
>                 Key: HDDS-15592
>                 URL: https://issues.apache.org/jira/browse/HDDS-15592
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Andrey Yarovoy
>            Assignee: Andrey Yarovoy
>            Priority: Major
>              Labels: pull-request-available
>
> Allocate direct in ChunkBuffer triggers slow byte-by-byte NioByteString path, 
> in case if it is replaced by heap allocation 
> UnsafeByteOperations.unsafeWrap() would return a BoundedByteString with a 
> backing array, enabling a single System.arraycopy into the gRPC/Netty wire 
> buffer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to