zhanxuefeng
zhanxuefeng
> Can you create an issue to describe this? [ISSUE #4265](https://github.com/apache/rocketmq/issues/4265) describe the bug.
@hzh0425 The same logs mentioned in [ISSUE #4265](https://github.com/apache/rocketmq/issues/4265) ### FileRegionEncoder  I search the same msg mentioned in [ISSUE #4265](https://github.com/apache/rocketmq/issues/4265)  Header is 193 bytes and transferred 193 bytes, the...
@MatrixHB Yes, the bug only occur when tls enabled, `FIleRegionEncoder` will be add to `NettyRemotingServer`'s ChannelPipline only when tlsModel is enforcing. ### HandshakeHandler  `ManyMessageTransfer`, `OneMessageTransfer` and `QueryMessageTransfer` are extend...
Test `ManyMessageTransfer` RocketMQ version: 4.9.3 tls.server.mode: enforcing transferMsgByHeap=false(default true) this is very important The topic I created has 1 writeQueueNums and 1 readQueueNums, and I send 2 msgs to the...
Prove `ManyMessageProcessor` With my code changed in `FileRegionEncoder`  ### Console log  ### Consumer log  One header and 2 msgs were transferred, and consumer received 610 bytes, decode...