keith-turner commented on issue #1872:
URL: https://github.com/apache/accumulo/issues/1872#issuecomment-764813882


   > Would it be possible to have deadlock on server.openingTablets if Accumulo 
is trying to load and unload a tablet at the same time?
   
   Maybe, if not deadlock it could get stuck there a long time.   Thinking 
maybe the method could just return if the tablet is currently opening instead 
of waiting.   Another unload message will be sent later.
   
   One approach to this issue is to try to add enough debugging info so that if 
the issue does happen again, can see where things are gummed up. For example 
could possibly add some logging to the unload handler.


----------------------------------------------------------------
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:
[email protected]


Reply via email to