You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/05/02 14:43:20 UTC

[GitHub] [accumulo] keith-turner commented on pull request #3366: Handle exceptions during tablet metadata task

keith-turner commented on PR #3366:
URL: https://github.com/apache/accumulo/pull/3366#issuecomment-1531606988

   I think it makes sense for the check not to terminate the tablet server and log an error.  The original intention of the check was to ensure what tablets have in memory matches the metadata table, it was not to test scanning the metadata table.  Not being able to scan the metadata table is not great, but it was not the intent of the check.  So the check can find problems that it was not designed to, that is a good thing.  However the check finding a new unforeseen problem and not giving anyone a chance to work through it (because it nuked all the tservers) is not a good thing. 


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org