yuz10 opened a new issue, #9080: URL: https://github.com/apache/rocketmq/issues/9080
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment Ubuntu 20.0 ### RocketMQ version 5.3.1 ### JDK Version 1.8.0 ### Describe the Bug get message from tiered store from cache too large ### Steps to Reproduce 1. open tiered storage ``` messageStorePlugIn=org.apache.rocketmq.tieredstore.TieredMessageStore tieredBackendServiceProvider=org.apache.rocketmq.tieredstore.provider.posix.PosixFileSegment tieredStoreFilePath=/xxx ``` 2. send message size 4M using benchmark ``` ./producer.sh -n localhost:9887 -t test -s 4194304 ``` 3. set force fetch from tiered storage ``` tieredStorageLevel=FORCE ``` 3. consumer message twice, the first time ok ,second time fail. error message: ### What Did You Expect to See? consumer message success ### What Did You See Instead? consumer message twice, the first time ok ,second time fail. error message: io.netty.handler.codec.TooLongFrameException:Adjusted frame length exceeds 16777216: 40016599 discarded ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org