Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently BlockingRpcConnection use ByteBufferOutputStream to serialize CellBlock which involve temp ByteBuffer allocation, we can replace it with netty’s ByteBufOutputStream, just like what NettyRpcDuplexHandler#writeRequest doing
Attachments
Attachments
Issue Links
- links to