Skip to content

[Bug] get message from tiered store from cache too large #9080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
yuz10 opened this issue Dec 25, 2024 · 0 comments · Fixed by #9079 or #9086
Closed
3 tasks done

[Bug] get message from tiered store from cache too large #9080

yuz10 opened this issue Dec 25, 2024 · 0 comments · Fixed by #9079 or #9086

Comments

@yuz10
Copy link
Member

yuz10 commented Dec 25, 2024

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

  1. open tiered storage
messageStorePlugIn=org.apache.rocketmq.tieredstore.TieredMessageStore
tieredBackendServiceProvider=org.apache.rocketmq.tieredstore.provider.posix.PosixFileSegment
tieredStoreFilePath=/xxx
  1. send message size 4M using benchmark
./producer.sh -n localhost:9876 -t test -s 4194304
  1. set force fetch from tiered storage
tieredStorageLevel=FORCE
  1. 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:

io.netty.handler.codec.TooLongFrameException:Adjusted frame length exceeds 16777216: 40016599 discarded

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant