You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/05 11:57:00 UTC

[jira] [Updated] (ZOOKEEPER-3183) Interrupting or notifying the WatcherCleaner thread during shutdown if it is waiting for dead watchers get certain number(watcherCleanThreshold) and also process the remaining dead watchers rather coming out without processing .

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

ASF GitHub Bot updated ZOOKEEPER-3183:
--------------------------------------
    Labels: pull-request-available  (was: )

> Interrupting or  notifying the WatcherCleaner  thread during shutdown if it is waiting for dead watchers get certain number(watcherCleanThreshold) and also process the remaining dead watchers rather coming out  without processing .
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-3183
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3183
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: server
>            Reporter: Venkateswarlu Tumati
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.6.0
>
>
> WatcherCleaner thread is waiting to get certain dead watchers, the shut down can happen when WatcherCleaner thread is waiting . It will be better if we Interrupt or notify to avoid the long waiting as shut down is initiated. And also complete the remaining dead watchers when interrupt happend.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)