You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./producer.sh -n localhost:9876 -t test -s 4194304
set force fetch from tiered storage
tieredStorageLevel=FORCE
consumer pull message twice, the first time ok ,second time fail. error message:
io.netty.handler.codec.TooLongFrameException:Adjusted frame length exceeds 16777216: 40016599 discarded
What Did You Expect to See?
consumer pull message success
What Did You See Instead?
consumer pull message twice, the first time ok ,second time fail. error message:
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
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
io.netty.handler.codec.TooLongFrameException:Adjusted frame length exceeds 16777216: 40016599 discarded
What Did You Expect to See?
consumer pull message success
What Did You See Instead?
consumer pull 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
The text was updated successfully, but these errors were encountered: