keith-turner opened a new pull request, #4429:
URL: https://github.com/apache/accumulo/pull/4429

   Tablet servers have a lock for recovery that has the purpose of preventing 
concurrent recovery of tablets using too much memory. This lock is acquired for 
tablets that have no walogs and will therefore do no recovery.  This commit 
changes the code to only obtain the lock when there are walogs.
   
   Noticed this while reviewing #4404 and while researching found 
[ACCUMULO-1543](https://issues.apache.org/jira/browse/ACCUMULO-1543) which is 
an existing issue describing this change.


-- 
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-unsubscr...@accumulo.apache.org

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

Reply via email to