You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/04/13 02:46:36 UTC

[GitHub] [rocketmq-client-go] cserwen opened a new issue #644: [Master] Compressing the message body when sending a message leads to high memory usage

cserwen opened a new issue #644:
URL: https://github.com/apache/rocketmq-client-go/issues/644


   **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](https://user-images.githubusercontent.com/46882838/114489195-505ed200-9c45-11eb-9f7a-89dcfff577ec.png)
   
   2. 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
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   The `zlibWriterPools` does not work.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-go] cserwen commented on issue #644: [Master] Compressing the message body when sending a message leads to high memory usage

Posted by GitBox <gi...@apache.org>.
cserwen commented on issue #644:
URL: https://github.com/apache/rocketmq-client-go/issues/644#issuecomment-818489209


   fix #645 


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-go] maixiaohai closed issue #644: [Master] Compressing the message body when sending a message leads to high memory usage

Posted by GitBox <gi...@apache.org>.
maixiaohai closed issue #644:
URL: https://github.com/apache/rocketmq-client-go/issues/644


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-go] cserwen removed a comment on issue #644: [Master] Compressing the message body when sending a message leads to high memory usage

Posted by GitBox <gi...@apache.org>.
cserwen removed a comment on issue #644:
URL: https://github.com/apache/rocketmq-client-go/issues/644#issuecomment-818489209


   fix #645 


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-go] cserwen commented on issue #644: [Master] Compressing the message body when sending a message leads to high memory usage

Posted by GitBox <gi...@apache.org>.
cserwen commented on issue #644:
URL: https://github.com/apache/rocketmq-client-go/issues/644#issuecomment-818403374


   After fix it
   ![image](https://user-images.githubusercontent.com/46882838/114492311-f19c5700-9c4a-11eb-9fd4-b12bd58874b8.png)
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org