You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/01/21 22:34:34 UTC

[GitHub] sijie commented on issue #1908: Bookie ledger replication error lead to increased disk usage

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:
users@infra.apache.org


With regards,
Apache Git Services