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/04/22 22:45:16 UTC

[jira] [Created] (CURATOR-17) PathChildrenCache closes it's executor always

Eric Tschetter created CURATOR-17:
-------------------------------------

             Summary: PathChildrenCache closes it's executor always
                 Key: CURATOR-17
                 URL: https://issues.apache.org/jira/browse/CURATOR-17
             Project: Apache Curator
          Issue Type: Bug
            Reporter: Eric Tschetter
            Assignee: Jordan Zimmerman


PathChildrenCache.close() calls shutdownNow() on its executor, always.

I generally reuse executors and have been passing them in on the constructor.  I have to wrap my executors in something that ignores the shutdownNow() call in order to work around this.  It's not the end of the world, but it is a little annoying.

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