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 2019/09/13 14:33:39 UTC

[GitHub] [accumulo-testing] keith-turner commented on issue #111: AssertionError thrown where never should happen

keith-turner commented on issue #111: AssertionError thrown where never should happen
URL: https://github.com/apache/accumulo-testing/issues/111#issuecomment-531260936
 
 
   I suspect in the following server side code the table was deleted after it resolved the table name to a table ID, but before it got the table lock.   Seems like this should be an accumulo issue.  This is a nice find by random walk.
   
   https://github.com/apache/accumulo/blob/c5736768d8ff3cb8799b5e254d7df36f1850a648/server/master/src/main/java/org/apache/accumulo/master/FateServiceHandler.java#L564

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services