szetszwo commented on PR #10536: URL: https://github.com/apache/ozone/pull/10536#issuecomment-4938421153
> the mock is for network communication, so no Netty, but protobuf serialization is not mocked. I saw the similar async profiler call stacks for freon testing in a sense of overhead of NioByteString to protobuf copy Please try with netty. Testing with a mock cannot see the real thing. As @ss77892 mentioned, there is a significant performance degradation when using heap buffers. -- 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]
