Eric Newton created ACCUMULO-779:
------------------------------------

             Summary: ZooStore can starve completed Repos
                 Key: ACCUMULO-779
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-779
             Project: Accumulo
          Issue Type: Bug
          Components: master
    Affects Versions: 1.4.0, 1.4.1
            Reporter: Eric Newton
            Assignee: Eric Newton
             Fix For: 1.4.2


A user aggressively used the compactrange command.  This queued dozens of Repos 
in zookeeper.  Pulling new Repos from zookeeper is fairly slow.  Checking if 
they are ready, is also slow.  The threads running the Repos would not finish 
getting through the list of Repos, some of which had finished, before the first 
item in the list was ready to be checked again.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to