wenbingshen opened a new issue, #3708:
URL: https://github.com/apache/bookkeeper/issues/3708

   **BUG REPORT**
   
   ***Describe the bug***
   
   1. We have a bookie work environment, which is deployed with other services 
mixed together.
   2. Machine disk space allocation is relatively tight.
   3. Bookie is not always in traffic mode, sometimes it has short traffic 
write peaks, sometimes it is always idle.
   4. We hope that when the traffic peaks, a few more journal file backups can 
help us restore the bookie in abnormal situations, but we also hope that when 
the traffic is low, we can clean up the journal files that have been backed up 
for a long time.
   
   As shown in the figure below, the oldest journal file is already on June 23, 
2022, and now it is December 20, and during this period, our bookie has been 
running, and these journals have existed for a long time along with the backup 
strategy.
   
   
![image](https://user-images.githubusercontent.com/35599757/208644937-a5338435-675f-401b-a700-e9fe08b73468.png)
   
   We can add a retention mechanism about time to help us guarantee the 
requirement of point 4.
   


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