Skip to content
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

[Master] Compressing the message body when sending a message leads to high memory usage #644

Closed
cserwen opened this issue Apr 13, 2021 · 1 comment

Comments

@cserwen
Copy link
Member

cserwen commented Apr 13, 2021

BUG REPORT

  1. Please describe the issue you observed:

    • What did you do (The steps to reproduce)?
      We started some producers to synchronously send some messages with a message body larger than 4k
    • What did you expect to see?
      The message is produced normally and the program memory usage is normal
    • What did you see instead?
      The message is produced normally, but the program memory usage is high

image

  1. Please tell us about your environment:

    • What is your OS?
      Linux
    • What is your client version?
      2.1.0 release
    • What is your RocketMQ version?
      4.8.0
  2. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
    The zlibWriterPools does not work.

@cserwen
Copy link
Member Author

cserwen commented Apr 13, 2021

After fix it
image

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

No branches or pull requests

2 participants