You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2012/06/19 20:35:44 UTC

[jira] [Created] (ACCUMULO-649) TServer log recovery code talks to zookeeper too much and is not aggressive enough

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

        

[jira] [Resolved] (ACCUMULO-649) TServer log recovery code talks to zookeeper too much and is not aggressive enough

Posted by "Keith Turner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner resolved ACCUMULO-649.
-----------------------------------

    Resolution: Fixed

Also noticed that watcher were not being set after triggering, fixed this too.
                
> 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