Jaewan Park
Results
3
issues of
Jaewan Park
This PR aims to reduce memory allocation in the receive message process. Using this with a stream-heavy workload can improve performance significantly. RELEASE NOTES: - rpc_util: reduce memory allocation for...
Type: Performance
Fixes #6578 - Resolved unintended deactivation scenarios: - During unary RPC calls. - When compression is enabled. - Also corrected missing `payInfo.uncompressedBytes` in `Server.processUnaryRPC`. RELEASE NOTES: - rpc_util: The `RecvBufferPool`...
Type: Bug