You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2010/03/05 23:55:27 UTC

[jira] Updated: (ZOOKEEPER-445) Potential bug in leader code

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

Patrick Hunt updated ZOOKEEPER-445:
-----------------------------------

    Fix Version/s:     (was: 3.3.0)
                   3.4.0

> Potential bug in leader code
> ----------------------------
>
>                 Key: ZOOKEEPER-445
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-445
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>         Environment: Linux fortiz-desktop 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux
> java version "1.6.0_10"
> Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
> Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
>            Reporter: Manos Kapritsos
>            Priority: Minor
>             Fix For: 3.4.0
>
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
> There is a suspicious line in server/quorum/Leader.java:226. It reads
> if (stop) {
> LOG.info("exception while shutting down acceptor: " + e);
> stop = true;
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.