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 2021/12/30 18:05:47 UTC

[GitHub] [accumulo] DomGarguilo opened a new issue #2404: Revise what happens when a mismatch in tablet metadata is discovered

DomGarguilo opened a new issue #2404:
URL: https://github.com/apache/accumulo/issues/2404


   As a follow on to #2320, it was suggested that the action taken when a mismatch in tablet metadata is discovered, be revised. Currently, an error is just logged. I wanted to create a ticket to discuss possibilities of what to do in this situation. Below is from the original discussion.
   
   Probably do not want to throw an exception here as it will not lead to anything useful since this is being called by a timer thread.  For now logging the error seems good.  
   
   Would probably be good to look into opening up a follow on issue about taking automated action when this is detected (something more than logging an error). Not sure what automated action would be best to take, but could imagine many possible actions (could make the tablet non-functional, report something on the monitor, etc).
   
   ```suggestion
   ```
   
   _Originally posted by @keith-turner in https://github.com/apache/accumulo/pull/2320#discussion_r752627377_


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



[GitHub] [accumulo] DomGarguilo commented on issue #2404: Revise what happens when a mismatch in tablet metadata is discovered

Posted by GitBox <gi...@apache.org>.
DomGarguilo commented on issue #2404:
URL: https://github.com/apache/accumulo/issues/2404#issuecomment-1003132697


   For context, the following is the portion of code in question:
   https://github.com/apache/accumulo/blob/1687ede211888da0dcd40323c894eff0e00fce26/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L1423-L1429
   Specifically, the question is, what should be done instead of/in addition to the error log here?


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