juhuan opened a new issue, #8756:
URL: https://github.com/apache/rocketmq/issues/8756

   ### Before Creating the Bug Report
   
   - [X] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [X] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   OS:Linux
   
   ### RocketMQ version
   
   5.3.0
   
   ### JDK Version
   
   _No response_
   
   ### Describe the Bug
   
   broker 
logback配置不恰当,pop.log未开启日志轮转的压缩,其打日志频率极高,所以很容易占用过多的磁盘空间。未压缩时按照当前配置最多会占用20*128MB=2.5GB空间。
   
   如果gunzip压缩,实测单个128MB的文件可以降到2.1MB,那pop.log占用空间上限=128MB+19*2.1MB=167.9MB
   
   ### Steps to Reproduce
   
   5.3.0的broker启动一段时间就能复现,otherdays中的日志情况如下:
   ![CleanShot 2024-09-26 at 15 57 
45@2x](https://github.com/user-attachments/assets/daa089e6-d953-4fba-b3ae-7709c99501a3)
   手动压缩后可以减少不少空间
   
   ### What Did You Expect to See?
   
   保持和其他日志文件的配置一样
   
   ### What Did You See Instead?
   
   N/a
   
   ### Additional Context
   
   _No response_


-- 
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: commits-unsubscr...@rocketmq.apache.org.apache.org

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

Reply via email to