amaliujia commented on PR #10438: URL: https://github.com/apache/ozone/pull/10438#issuecomment-4671106047
After reading the core changes of this PR, I feel like maybe we do not need an extra config for kill switch, mainly because for the new implementation of `put(byte[] b, int offset, int length)`, we always has the reference implementation from `ChunkBuffer put(ByteBuffer that)`. It is also one line by one line mirroring for `ChunkBufferImplWithByteBufferList` and `IncrementalChunkBuffer`. The risk then becomes lower. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
