lide-reed opened a new pull request, #40035: URL: https://github.com/apache/doris/pull/40035
## Proposed changes Prevent RocksDB from generating many large log files. We have a cluster with doris 1.2.4, in be meta dir, it generated more than 150G LOG file as following: `[root@9 meta]# ls -lht total 157G -rw-r--r-- 1 doris doris 4.0M Aug 27 22:48 107324255.sst -rw-r--r-- 1 doris doris 4.3G Aug 27 22:48 LOG -rw-r--r-- 1 doris doris 292M Aug 27 22:48 MANIFEST-104377434 -rw-r--r-- 1 doris doris 2.0M Aug 27 22:48 107324254.sst -rw-r--r-- 1 doris doris 8.4M Aug 27 22:48 107324253.log -rw-r--r-- 1 doris doris 2.1M Aug 27 22:48 107324252.sst -rw-r--r-- 1 doris doris 1.7M Aug 27 22:48 107324250.sst -rw-r--r-- 1 doris doris 1.8M Aug 27 22:48 107324248.sst -rw-r--r-- 1 doris doris 6.9M Aug 27 22:48 107324246.sst -rw-r--r-- 1 doris doris 9.5K Aug 14 09:32 OPTIONS-104377438 -rw-r--r-- 1 doris doris 19 Aug 14 09:32 CURRENT -rw-r--r-- 1 doris doris 152G Aug 14 09:30 LOG.old.1723599084129852 -rw-r--r-- 1 doris doris 9.5K May 15 2023 OPTIONS-000010 -rw-r--r-- 1 doris doris 37 May 15 2023 IDENTITY -rw-r--r-- 1 doris doris 0 May 15 2023 LOCK` Issue Number: close #xxx <!--Describe your changes.--> -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org