You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Hyun Sik Kang (JIRA)" <ji...@apache.org> on 2014/05/15 06:45:15 UTC

[jira] [Updated] (CURATOR-107) Regarding large number of watch count

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

Hyun Sik Kang updated CURATOR-107:
----------------------------------

    Description: 
http://zookeeper-user.578899.n2.nabble.com/Regarding-large-number-of-watch-count-td7579811.html

Refer to this article.

To explain further the code as shown below were used.

try {
 lock.acquire(...);
} finally {
 lock.release();
}

I need a check.

  was:
http://zookeeper-user.578899.n2.nabble.com/Regarding-large-number-of-watch-count-td7579811.html

Refer to this article.

I need a check.


> Regarding large number of watch count
> -------------------------------------
>
>                 Key: CURATOR-107
>                 URL: https://issues.apache.org/jira/browse/CURATOR-107
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Recipes
>    Affects Versions: 2.4.1, 2.4.2
>         Environment: ZooKeeper 3.4.6
>            Reporter: Hyun Sik Kang
>              Labels: locks
>             Fix For: 2.5.0
>
>
> http://zookeeper-user.578899.n2.nabble.com/Regarding-large-number-of-watch-count-td7579811.html
> Refer to this article.
> To explain further the code as shown below were used.
> try {
>  lock.acquire(...);
> } finally {
>  lock.release();
> }
> I need a check.



--
This message was sent by Atlassian JIRA
(v6.2#6252)