Swaminathan Balachandran created HDDS-14154:
-----------------------------------------------

             Summary: Phase out ByteArrayCodec usage from CodeBase
                 Key: HDDS-14154
                 URL: https://issues.apache.org/jira/browse/HDDS-14154
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Swaminathan Balachandran


Currently all of the implementations of Codec classes support CodecBuffers and 
some flows in the code base use ByteArrayCodec which is inefficient when used 
with a table iterator since each value would allocate a new byte array adding 
unnecessary GC overhead on the JVM. In such cases CodecBufferCodec can be used 
which would avoid this allocation.



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