You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Eric Tschetter (JIRA)" <ji...@apache.org> on 2013/05/02 17:14:16 UTC

[jira] [Updated] (CURATOR-21) PathChildrenCache consumes an entire thread all the time no matter what

     [ https://issues.apache.org/jira/browse/CURATOR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Tschetter updated CURATOR-21:
----------------------------------

    Attachment: CURATOR-21.patch
                CURATOR-21-docs.patch

Patches on apache code base
                
> PathChildrenCache consumes an entire thread all the time no matter what
> -----------------------------------------------------------------------
>
>                 Key: CURATOR-21
>                 URL: https://issues.apache.org/jira/browse/CURATOR-21
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Recipes
>    Affects Versions: 2.0.0
>            Reporter: Eric Tschetter
>            Assignee: Jordan Zimmerman
>         Attachments: CURATOR-21-docs.patch, CURATOR-21.patch
>
>
> PathChildrenCache currently takes an Executor, but only to fire off a Runnable that does a blocking while loop waiting for work.  This means that you must have one thread per PathChildrenCache, which is not that great.
> PathChildrenCache should just use the Executor's work queuing mechanism to enqueue work items instead of maintaining its own work queue mechanism.

--
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