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/11/23 07:03:25 UTC

[GitHub] [rocketmq] cserwen opened a new issue #3525: [POP] Too many logs are printed resulting in that the buffer of POP has poor performance

cserwen opened a new issue #3525:
URL: https://github.com/apache/rocketmq/issues/3525


   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   I found that too many logs are printed, so I want to reduce them.
   
   - What did you expect to see?
   The performance of POP is the same as before.
   
   - What did you see instead?
   The performance of POP is very high then before. Now five clients of a group can have 100k consumption QPS, but it can be only 6k before I reduce the logs.
   
   2. Please tell us about your environment:
   Linux
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   Reduce some logs of pop being printed.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] cserwen commented on issue #3525: [POP] Too many logs are printed resulting in that the buffer of POP has poor performance

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


   This is my fault. These codes do not need to be changed. We only need to set `enablePopLog` as false to achieve the purpose of reducing logs.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] cserwen closed issue #3525: [POP] Too many logs are printed resulting in that the buffer of POP has poor performance

Posted by GitBox <gi...@apache.org>.
cserwen closed issue #3525:
URL: https://github.com/apache/rocketmq/issues/3525


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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