wolfstudy opened a new pull request #14950:
URL: https://github.com/apache/pulsar/pull/14950


   Signed-off-by: xiaolongran <[email protected]>
   
   
   ### Motivation
   
   When unacked messages reached to max unacked messages, the following logs 
will be quickly output to the log file, causing the broker's log file to switch 
within a short period of time.
   
   
![image](https://user-images.githubusercontent.com/20965307/160853146-0b431888-1f12-46dc-af89-e46bfb02edec.png)
   
   
   ### Modifications
   
   The tool class of zookeeper RateLogger is introduced to limit the rate of 
log output, so as to avoid a large amount of output of related log information 
in a short period of time to trigger the scrolling of log files
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to