You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/06/21 18:59:54 UTC

[GitHub] keith-turner edited a comment on issue #537: Recovery of WAL may see an incomplete set of logs

keith-turner edited a comment on issue #537: Recovery of WAL may see an incomplete set of logs
URL: https://github.com/apache/accumulo/issues/537#issuecomment-399208920
 
 
   One possible way to fix this is to make the tablet server keep all WALs newer than the oldest referenced.  So if a tserver has 4 closed WALs W1, W2, W3, W4 where W4 is the oldest and W1, W3 are referenced then W1,W2,W3 should be kept in zookeeper.  In this case W4 can safely be GCed, but not W2.

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