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/12/12 17:47:48 UTC

[GitHub] keith-turner opened a new issue #823: Handle empty write ahead logs more gracefully.

keith-turner opened a new issue #823: Handle empty write ahead logs more gracefully.
URL: https://github.com/apache/accumulo/issues/823
 
 
   For certain error situations a tablet server may get into a retry loop and create lots of empty write ahead logs.  An empty write ahead log may have a header and no data, so its not actually an empty file.  All of these empty write ahead logs can cause slow recovery.  There are at least two possible way to handle this problem.  The tablet server could not add empty write ahead logs to zookeeper OR clean up known empty write ahead logs from zookeeper.  If that is not a workable solution, then maybe empty write ahead logs could be filtered during recovery so that they are not assigned to tablets.

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