Keith Turner created ACCUMULO-649:
-------------------------------------

             Summary: TServer log recovery code talks to zookeeper too much and 
is not aggressive enough
                 Key: ACCUMULO-649
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-649
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
            Reporter: Keith Turner
            Assignee: Keith Turner
             Fix For: 1.5.0


Noticed the following two issues while looking at the attemptRecoveries() 
method in the tabletServer.

  * Keeps trying to get locks in zookeeper when it will likely just return them 
immediately
  * Does not check for new work when it finishes sorting a log.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to