You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Samuel Just (JIRA)" <ji...@apache.org> on 2017/06/14 22:27:00 UTC

[jira] [Created] (BOOKKEEPER-1098) ZkUnderreplicationManager can build up an unbounded number of watchers

Samuel Just created BOOKKEEPER-1098:
---------------------------------------

             Summary: ZkUnderreplicationManager can build up an unbounded number of watchers
                 Key: BOOKKEEPER-1098
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1098
             Project: Bookkeeper
          Issue Type: Bug
          Components: bookkeeper-auto-recovery
            Reporter: Samuel Just
            Priority: Minor


getLedgerToReplicate leaves watches each time it traverses the
tree until it finds a suitable replication target.  Since we don't have
a way of canceling watches, these watches tend to get abandoned,
particularly on interior nodes, which aren't changed much.  Thus,
over time, some nodes would build up a very large number of watches.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)