zhanxuefeng commented on PR #4266:
URL: https://github.com/apache/rocketmq/pull/4266#issuecomment-1125604426

   @MatrixHB
   Yes, the bug only occur when tls enabled, `FIleRegionEncoder` will be add to 
`NettyRemotingServer`'s ChannelPipline only when tlsModel is enforcing.
   
   ### HandshakeHandler
   
![image](https://user-images.githubusercontent.com/19700253/168200261-38252b6c-f596-46d4-9372-48564b1f7b69.png)
   
   
   `ManyMessageTransfer`, `OneMessageTransfer` and `QueryMessageTransfer` are 
extend from `FileRegion` in RocketMQ
   
   `OneMessageTransfer` may not occur because it has a header and only one 
ByteBuffer.
   
   But `ManyMessageTransfer` has the problem too, which involves 
`PullMessageProcessor`, I'll show the test later.
   


-- 
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]

Reply via email to