Wei-Chiu Chuang created HDDS-10003:
--------------------------------------

             Summary: [hsync] Reduce heap memory allocation in client requests
                 Key: HDDS-10003
                 URL: https://issues.apache.org/jira/browse/HDDS-10003
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Wei-Chiu Chuang
         Attachments: hbase_rs-ccycloud-2.weichiu.root.comops.site.html

[^hbase_rs-ccycloud-2.weichiu.root.comops.site.html]

In BlockOutputStream, client serializes block token into a string for every 
request. This is wasteful for applications that send thousands of requests per 
second.

Proposal: since block token isn't supposed to change (at least within a day), 
cache the serialized block token and use the string every time.



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