mjwall commented on issue #1916:
URL: https://github.com/apache/accumulo/issues/1916#issuecomment-947058508


   I can't be sure what I found is exactly what @DomGarguilo experienced when 
running SuspendedTabletsIT but there are 2 different scenarios that have the 
same affect of removing candidates during Accumulo GC that are still in use
   
   1. https://github.com/apache/accumulo/issues/1377 where entire tables are 
missed while scanning for references and the consistency checks failed to 
notice.  PR is up for this at https://github.com/apache/accumulo/pull/2293 to 
add more consistency checks.
   2. https://github.com/apache/accumulo/issues/2322 where I think a hardware 
failure and admin process of not stopping services led to a 
TabletDeletedException that is assumed to be normal enough to not fail the 
current GC cycle.  I would like to change that and have the GC cycle bail out, 
but waiting for community input to that issue.
   
   Unsure if this issue needs to remain open or can be closed


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