You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/06 09:43:29 UTC

[GitHub] [flink] gaoyunhaii commented on issue #7368: [FLINK-10742][network] Let Netty use Flink's buffers directly in credit-based mode

gaoyunhaii commented on issue #7368: [FLINK-10742][network] Let Netty use Flink's buffers directly in credit-based mode
URL: https://github.com/apache/flink/pull/7368#issuecomment-582819033
 
 
   Very thanks @zhijiangW for the review! After the offline discussion with @zhijiangW , we come to the consistency that the reduction of memory should be mainly resulted from reducing the copy of data buffer in the received side, therefore it should be reasonable to first concentrate on this issue to reduce the complexity of the implementation. If we found that it is also necessary to reduce the consumption of memory produced by the header part of the message in the future, we could then continue optimizing this part, and by then we could also take the memory consumed by sending messages into consideration.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services