sijie commented on issue #1908: Bookie ledger replication error lead to increased disk usage URL: https://github.com/apache/bookkeeper/issues/1908#issuecomment-456215663 @codelipenghui thank you for reporting this. I think there are two problems behind this issue. 1) why the disk usage keeps growing? 2) why the four entries are not available? I think the disk usage kept growing because replication worker keeps trying to replicate fragments but fail at the last 4 entries. when replication worker keeps doing that, it is writing entries again and again. so the disk usage is going up. this can be resolved when we fix #1066 for the second problem, it is an interesting problem. my guess is it is related to ledger metadata update during closing. but I have to take a deeper look before coming to any conclusions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
